gnucash-htdocs master: Change Mac Specifiers to 2 for error in launcher script.

John Ralls jralls at code.gnucash.org
Fri Dec 19 16:51:54 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/4ec87207 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/e227b121 (commit)



commit 4ec872071c91a43f91654e4cd4e81887cc148c67
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 19 17:21:52 2014 -0800

    Change Mac Specifiers to 2 for error in launcher script.

diff --git a/externals/global_params.php b/externals/global_params.php
index a10ad6c..28c2887 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."-1";
-     $latest_stable_mac_intel   = $latest_stable."-1";
+     $latest_stable_mac_ppc     = $latest_stable."-2";
+     $latest_stable_mac_intel   = $latest_stable."-2";
 
 #     $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