gnucash-htdocs master: Yet another iteration on Mac Bundles.

John Ralls jralls at code.gnucash.org
Mon Dec 22 16:59:31 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/5b071aab (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/84b9fd8a (commit)



commit 5b071aabbc390741659fccd9aa0009c34c3c56f9
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Dec 22 13:57:42 2014 -0800

    Yet another iteration on Mac Bundles.

diff --git a/externals/global_params.php b/externals/global_params.php
index 9ab3b22..790ebb3 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -7,8 +7,8 @@
      $latest_stable             = $major_stable.".".$minor_stable;
      $latest_stable_win		= $latest_stable;
 #     $latest_stable_win         = $latest_stable."-1";
-     $latest_stable_mac_ppc     = $major_stable."4-4";
-     $latest_stable_mac_intel   = $latest_stable."-3";
+     $latest_stable_mac_ppc     = $latest_stable."-3";
+     $latest_stable_mac_intel   = $latest_stable."-4";
 
 #     $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