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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Aug 15 11:41:25 EDT 2008


Author: christoph
Date: 2008-08-15 11:41:19 -0400 (Fri, 15 Aug 2008)
New Revision: 2831

Modified:
   branches/2.5/core/system.php
Log:
set new version number

Modified: branches/2.5/core/system.php
===================================================================
--- branches/2.5/core/system.php	2008-08-15 15:38:57 UTC (rev 2830)
+++ branches/2.5/core/system.php	2008-08-15 15:41:19 UTC (rev 2831)
@@ -20,8 +20,8 @@
 # mapbender version
 #
 define("MB_VERSION_NUMBER", "2.5.0");
-define("MB_VERSION_APPENDIX", "RC5");
-define("MB_RELEASE_DATE", mktime(0,0,0,7,11,2008));//h, min,sec,month,day,year
+define("MB_VERSION_APPENDIX", "RC6");
+define("MB_RELEASE_DATE", mktime(0,0,0,8,15,2008));//h, min,sec,month,day,year
 
 #
 # constants from map.js



More information about the Mapbender_commits mailing list