[Mapbender-commits] r4425 - branches/2.5/core
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jul 28 09:01:54 EDT 2009
Author: christoph
Date: 2009-07-28 09:01:54 -0400 (Tue, 28 Jul 2009)
New Revision: 4425
Modified:
branches/2.5/core/system.php
Log:
current version number
Modified: branches/2.5/core/system.php
===================================================================
--- branches/2.5/core/system.php 2009-07-28 12:40:39 UTC (rev 4424)
+++ branches/2.5/core/system.php 2009-07-28 13:01:54 UTC (rev 4425)
@@ -19,9 +19,9 @@
#
# mapbender version
#
-define("MB_VERSION_NUMBER", "2.5.1");
+define("MB_VERSION_NUMBER", "2.5.2");
define("MB_VERSION_APPENDIX", "");
-define("MB_RELEASE_DATE", mktime(0,0,0,3,17,2009));//h, min,sec,month,day,year
+define("MB_RELEASE_DATE", mktime(0,0,0,7,28,2009));//h, min,sec,month,day,year
#
# constants from map.js
More information about the Mapbender_commits
mailing list