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

John Ralls jralls at code.gnucash.org
Mon Sep 29 22:07:47 EDT 2014


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



commit ba2a234cf7a4424b9fc0964535c2858cf3b5ccd1
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Sep 29 19:33:05 2014 -0700

    Set Mac dmg versions to -4 for Intel and -3 for PPC.

diff --git a/externals/global_params.php b/externals/global_params.php
index 78fe4de..9b94c7c 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."-2";
-     $latest_stable_mac_intel   = $latest_stable."-2";
+     $latest_stable_mac_ppc     = $latest_stable."-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