r20557 - htdocs/trunk/externals - Fix a syntax error

Cristian Marchi cmarchi at code.gnucash.org
Mon Apr 11 02:51:33 EDT 2011


Author: cmarchi
Date: 2011-04-11 02:51:33 -0400 (Mon, 11 Apr 2011)
New Revision: 20557
Trac: http://svn.gnucash.org/trac/changeset/20557

Modified:
   htdocs/trunk/externals/global_params.php
Log:
Fix a syntax error

Modified: htdocs/trunk/externals/global_params.php
===================================================================
--- htdocs/trunk/externals/global_params.php	2011-04-10 22:34:10 UTC (rev 20556)
+++ htdocs/trunk/externals/global_params.php	2011-04-11 06:51:33 UTC (rev 20557)
@@ -2,7 +2,7 @@
      // 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.5;
+     $latest_stable             = "2.4.5";
      $latest_stable_win         = $latest_stable;
  #    $latest_stable_mac_ppc     = $latest_stable.".1";
      $latest_stable_mac_ppc     = $latest_stable;



More information about the gnucash-changes mailing list