gnucash-htdocs master: Fix package serial numbers on Mac packages.

John Ralls jralls at code.gnucash.org
Mon Oct 14 12:58:37 EDT 2013


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



commit bc9462e9d15de9fcdc792076792899b8cb54e7cb
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Oct 14 09:58:19 2013 -0700

    Fix package serial numbers on Mac packages.

diff --git a/externals/global_params.php b/externals/global_params.php
index 71327c0..dc6722e 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -14,8 +14,8 @@
      // There's currently no unstable release being worked on, so disable it
 #     $latest_unstable           = False;
      $latest_unstable_win       = $latest_unstable;
-     $latest_unstable_mac_ppc   = $latest_unstable;
-     $latest_unstable_mac_intel = $latest_unstable;
+     $latest_unstable_mac_ppc   = $latest_unstable."-1";
+     $latest_unstable_mac_intel = $latest_unstable."-3";
 
      // The definitions below use the latest version definitions above
      // to define several paths that will be used on several pages



Summary of changes:
 externals/global_params.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list