r20556 - htdocs/trunk/externals - Update links to new version 2.4.5

John Ralls jralls at code.gnucash.org
Sun Apr 10 18:34:10 EDT 2011


Author: jralls
Date: 2011-04-10 18:34:10 -0400 (Sun, 10 Apr 2011)
New Revision: 20556
Trac: http://svn.gnucash.org/trac/changeset/20556

Modified:
   htdocs/trunk/externals/global_params.php
Log:
Update links to new version 2.4.5

Modified: htdocs/trunk/externals/global_params.php
===================================================================
--- htdocs/trunk/externals/global_params.php	2011-04-10 21:16:17 UTC (rev 20555)
+++ htdocs/trunk/externals/global_params.php	2011-04-10 22:34:10 UTC (rev 20556)
@@ -2,12 +2,12 @@
      // This section defines the most recent version numbers for all platforms.
      // Each platform can define its own latest version or follow the default.
      // Both a latest stable version and a latest unstable version are defined.
-     $latest_stable             = "2.4.4";
+     $latest_stable             = "2.4.5;
      $latest_stable_win         = $latest_stable;
-     $latest_stable_mac_ppc     = $latest_stable.".1";
- #    $latest_stable_mac_ppc     = $latest_stable;
-     $latest_stable_mac_intel   = $latest_stable.".1";
- #    $latest_stable_mac_intel   = $latest_stable;
+ #    $latest_stable_mac_ppc     = $latest_stable.".1";
+     $latest_stable_mac_ppc     = $latest_stable;
+ #    $latest_stable_mac_intel   = $latest_stable.".1";
+     $latest_stable_mac_intel   = $latest_stable;
 
      $latest_unstable           = "2.3.17";
      $latest_unstable_win       = $latest_unstable;



More information about the gnucash-changes mailing list