[Mapbender-commits] r5786 - branches/2.6/core

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Mar 16 12:25:45 EDT 2010


Author: astrid_emde
Date: 2010-03-16 12:25:44 -0400 (Tue, 16 Mar 2010)
New Revision: 5786

Modified:
   branches/2.6/core/system.php
Log:
version 2.6.1 and date changed

Modified: branches/2.6/core/system.php
===================================================================
--- branches/2.6/core/system.php	2010-03-16 16:22:24 UTC (rev 5785)
+++ branches/2.6/core/system.php	2010-03-16 16:25:44 UTC (rev 5786)
@@ -19,9 +19,9 @@
 #
 # mapbender version
 #
-define("MB_VERSION_NUMBER", "2.6");
+define("MB_VERSION_NUMBER", "2.6.1");
 define("MB_VERSION_APPENDIX", "");
-define("MB_RELEASE_DATE", mktime(0,0,0,9,22,2009));//h, min,sec,month,day,year
+define("MB_RELEASE_DATE", mktime(0,0,0,3,16,2010));//h, min,sec,month,day,year
 
 #
 # constants from map.js



More information about the Mapbender_commits mailing list