gnucash-htdocs master: Set Mac Intel download to 2.6.5-3, PPC to 2.6.4-4

John Ralls jralls at code.gnucash.org
Sun Dec 21 16:19:45 EST 2014


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



commit 84b9fd8ac53efac65a9dcbc6166c94b60b28a1b7
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 21 13:19:28 2014 -0800

    Set Mac Intel download to 2.6.5-3, PPC to 2.6.4-4
    
    PPC 2.6.5 broken, rebuilding, will reset to 2.6.5-3 when it's done and tested.

diff --git a/externals/global_params.php b/externals/global_params.php
index 5db1c28..9ab3b22 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     = $latest_stable."-2";
-     $latest_stable_mac_intel   = $latest_stable."-2";
+     $latest_stable_mac_ppc     = $major_stable."4-4";
+     $latest_stable_mac_intel   = $latest_stable."-3";
 
 #     $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