[Mapbender-commits] r3756 - branches/2.5/core

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Mar 17 06:11:52 EDT 2009


Author: christoph
Date: 2009-03-17 06:11:51 -0400 (Tue, 17 Mar 2009)
New Revision: 3756

Modified:
   branches/2.5/core/system.php
Log:
new version number and release date

Modified: branches/2.5/core/system.php
===================================================================
--- branches/2.5/core/system.php	2009-03-16 17:45:34 UTC (rev 3755)
+++ branches/2.5/core/system.php	2009-03-17 10:11:51 UTC (rev 3756)
@@ -20,8 +20,8 @@
 # mapbender version
 #
 define("MB_VERSION_NUMBER", "2.5.1");
-define("MB_VERSION_APPENDIX", "rc1");
-define("MB_RELEASE_DATE", mktime(0,0,0,2,11,2009));//h, min,sec,month,day,year
+define("MB_VERSION_APPENDIX", "");
+define("MB_RELEASE_DATE", mktime(0,0,0,3,17,2009));//h, min,sec,month,day,year
 
 #
 # constants from map.js



More information about the Mapbender_commits mailing list