[Mapbender-commits] r7598 - branches/2.7/core

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Feb 14 11:32:01 EST 2011


Author: astrid_emde
Date: 2011-02-14 08:32:01 -0800 (Mon, 14 Feb 2011)
New Revision: 7598

Modified:
   branches/2.7/core/system.php
Log:
version 2.7 and date set

Modified: branches/2.7/core/system.php
===================================================================
--- branches/2.7/core/system.php	2011-02-14 16:27:40 UTC (rev 7597)
+++ branches/2.7/core/system.php	2011-02-14 16:32:01 UTC (rev 7598)
@@ -26,8 +26,8 @@
 # mapbender version
 #
 define("MB_VERSION_NUMBER", "2.7");
-define("MB_VERSION_APPENDIX", "rc1");
-define("MB_RELEASE_DATE", mktime(0,0,0,12,22,2010));//h, min,sec,month,day,year
+define("MB_VERSION_APPENDIX", "");
+define("MB_RELEASE_DATE", mktime(0,0,0,2,14,2011));//h, min,sec,month,day,year
 
 #
 # constants from map.js



More information about the Mapbender_commits mailing list