[Mapbender-commits] r8353 - branches/2.7/core
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed May 16 04:34:06 EDT 2012
Author: mh
Date: 2012-05-16 01:34:05 -0700 (Wed, 16 May 2012)
New Revision: 8353
Modified:
branches/2.7/core/system.php
Log:
change date and release version
Modified: branches/2.7/core/system.php
===================================================================
--- branches/2.7/core/system.php 2012-05-16 07:57:22 UTC (rev 8352)
+++ branches/2.7/core/system.php 2012-05-16 08:34:05 UTC (rev 8353)
@@ -25,9 +25,9 @@
#
# mapbender version
#
-define("MB_VERSION_NUMBER", "2.7.2");
+define("MB_VERSION_NUMBER", "2.7.3");
define("MB_VERSION_APPENDIX", "");
-define("MB_RELEASE_DATE", mktime(0,0,0,07,26,2011));//h, min,sec,month,day,year
+define("MB_RELEASE_DATE", mktime(0,0,0,05,16,2012));//h, min,sec,month,day,year
#
# constants from map.js
More information about the Mapbender_commits
mailing list