[Mapbender-commits] r3535 - branches/2.5/core
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Feb 11 08:51:36 EST 2009
Author: christoph
Date: 2009-02-11 08:51:36 -0500 (Wed, 11 Feb 2009)
New Revision: 3535
Modified:
branches/2.5/core/system.php
Log:
current version
Modified: branches/2.5/core/system.php
===================================================================
--- branches/2.5/core/system.php 2009-02-11 13:47:10 UTC (rev 3534)
+++ branches/2.5/core/system.php 2009-02-11 13:51:36 UTC (rev 3535)
@@ -19,9 +19,9 @@
#
# mapbender version
#
-define("MB_VERSION_NUMBER", "2.5.0");
-define("MB_VERSION_APPENDIX", "");
-define("MB_RELEASE_DATE", mktime(0,0,0,9,29,2008));//h, min,sec,month,day,year
+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
#
# constants from map.js
More information about the Mapbender_commits
mailing list