gnucash-htdocs master: Really set Mac dmg versions to -4 for Intel and -3 for PPC.

John Ralls jralls at code.gnucash.org
Mon Sep 29 22:23:25 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/9a09332d (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/ba2a234c (commit)



commit 9a09332d69de33befafd15ff54b09aeb091e1d9b
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Sep 29 19:49:18 2014 -0700

    Really set Mac dmg versions to -4 for Intel and -3 for PPC.
    
    Got them flipped last time.

diff --git a/externals/global_params.php b/externals/global_params.php
index 9b94c7c..5a8eacd 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."-1";
      $latest_stable_win         = $latest_stable;
-     $latest_stable_mac_ppc     = $latest_stable."-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