gnucash-htdocs master: Update MacOS bundle versions for Gwenhywfar fix.

John Ralls jralls at code.gnucash.org
Sun Apr 5 19:51:31 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/59ca70a3 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/883b39ff (commit)



commit 59ca70a317ea7b26f2371d636430dae4ad9686c2
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Apr 5 16:48:58 2015 -0700

    Update MacOS bundle versions for Gwenhywfar fix.

diff --git a/externals/global_params.php b/externals/global_params.php
index 8ee8e97..afc1167 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."-3";
-     $latest_stable_mac_intel   = $latest_stable."-3";
+     $latest_stable_mac_ppc     = $latest_stable."-4";
+     $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