gnucash-htdocs master: Set Intel unstable dmg to -2, reflecting uptdate

John Ralls jralls at code.gnucash.org
Sun Dec 8 16:22:20 EST 2013


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/23a5b0f9 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/c7036a79 (commit)



commit 23a5b0f90afca8db389ba420f81d4ecbdc4935b2
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 8 13:22:38 2013 -0800

    Set Intel unstable dmg to -2, reflecting uptdate

diff --git a/externals/global_params.php b/externals/global_params.php
index 1569e2c..3f858b6 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -15,7 +15,7 @@
 #     $latest_unstable           = False;
      $latest_unstable_win       = $latest_unstable;
      $latest_unstable_mac_ppc   = $latest_unstable."-1";
-     $latest_unstable_mac_intel = $latest_unstable."-1";
+     $latest_unstable_mac_intel = $latest_unstable."-2";
 
      // 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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the gnucash-changes mailing list