r19450 - htdocs/trunk/externals - Update download versions on website

Geert Janssens gjanssens at code.gnucash.org
Sat Aug 21 04:18:34 EDT 2010


Author: gjanssens
Date: 2010-08-21 04:18:33 -0400 (Sat, 21 Aug 2010)
New Revision: 19450
Trac: http://svn.gnucash.org/trac/changeset/19450

Modified:
   htdocs/trunk/externals/global_params.php
Log:
Update download versions on website

Modified: htdocs/trunk/externals/global_params.php
===================================================================
--- htdocs/trunk/externals/global_params.php	2010-08-21 00:38:44 UTC (rev 19449)
+++ htdocs/trunk/externals/global_params.php	2010-08-21 08:18:33 UTC (rev 19450)
@@ -7,10 +7,10 @@
      $latest_stable_mac_ppc     = $latest_stable.".4";
      $latest_stable_mac_intel   = $latest_stable.".5";
 
-     $latest_unstable           = "2.3.14";
+     $latest_unstable           = "2.3.15";
      $latest_unstable_win       = $latest_unstable;
      $latest_unstable_mac_ppc   = "2.3.9";
-     $latest_unstable_mac_intel = $latest_unstable;
+     $latest_unstable_mac_intel = $latest_unstable.".1";
 
      // The definitions below use the latest version definitions above
      // to define several paths that will be used on several pages



More information about the gnucash-changes mailing list