gnucash-htdocs master: Reset mac bundle numbers to 1.
John Ralls
jralls at code.gnucash.org
Fri Dec 19 15:05:13 EST 2014
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/d665a544 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/90069bc2 (commit)
commit d665a544bfee4e1495eeeb54bc35f7010e3d9197
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Dec 19 15:35:08 2014 -0800
Reset mac bundle numbers to 1.
diff --git a/externals/global_params.php b/externals/global_params.php
index a9c6844..75674a3 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -7,8 +7,8 @@
$latest_stable = $major_stable.".".$minor_stable;
# $latest_stable_win = $major_stable.".3";
$latest_stable_win = $latest_stable."-1";
- $latest_stable_mac_ppc = $latest_stable."-4";
- $latest_stable_mac_intel = $latest_stable."-5";
+ $latest_stable_mac_ppc = $latest_stable."-1";
+ $latest_stable_mac_intel = $latest_stable."-1";
# $major_latest_unstable ="2.5";
# $minor_latest_unstable ="10";
Summary of changes:
externals/global_params.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list