r19979 - htdocs/trunk - Update frontpage download links to 2.4.0

Geert Janssens gjanssens at code.gnucash.org
Sun Dec 26 05:32:35 EST 2010


Author: gjanssens
Date: 2010-12-26 05:32:34 -0500 (Sun, 26 Dec 2010)
New Revision: 19979
Trac: http://svn.gnucash.org/trac/changeset/19979

Modified:
   htdocs/trunk/externals/global_params.php
   htdocs/trunk/locale/de/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/trunk/locale/es/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/trunk/locale/fr/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/trunk/locale/it/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/trunk/locale/nb/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/trunk/locale/pl/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/trunk/locale/pt_PT/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/trunk/locale/zh_CN/LC_MESSAGES/gnucash-htdocs.mo
Log:
Update frontpage download links to 2.4.0

Modified: htdocs/trunk/externals/global_params.php
===================================================================
--- htdocs/trunk/externals/global_params.php	2010-12-23 20:26:08 UTC (rev 19978)
+++ htdocs/trunk/externals/global_params.php	2010-12-26 10:32:34 UTC (rev 19979)
@@ -2,10 +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.2.9";
+     $latest_stable             = "2.4.0";
      $latest_stable_win         = $latest_stable;
-     $latest_stable_mac_ppc     = $latest_stable.".4";
-     $latest_stable_mac_intel   = $latest_stable.".5";
+#     $latest_stable_mac_ppc     = $latest_stable.".4";
+     $latest_stable_mac_ppc     = $latest_stable;
+#     $latest_stable_mac_intel   = $latest_stable.".5";
+     $latest_stable_mac_intel   = $latest_stable;
 
      $latest_unstable           = "2.3.17";
      $latest_unstable_win       = $latest_unstable;

Modified: htdocs/trunk/locale/de/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/trunk/locale/es/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/trunk/locale/fr/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/trunk/locale/it/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/trunk/locale/nb/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/trunk/locale/pl/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/trunk/locale/pt_PT/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/trunk/locale/zh_CN/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)



More information about the gnucash-changes mailing list