[Mapbender-commits] r2475 - branches/2.5/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed May 28 10:31:38 EDT 2008
Author: christoph
Date: 2008-05-28 10:31:38 -0400 (Wed, 28 May 2008)
New Revision: 2475
Modified:
branches/2.5/http/php/system.php
Log:
added date
Modified: branches/2.5/http/php/system.php
===================================================================
--- branches/2.5/http/php/system.php 2008-05-28 11:57:02 UTC (rev 2474)
+++ branches/2.5/http/php/system.php 2008-05-28 14:31:38 UTC (rev 2475)
@@ -21,7 +21,7 @@
#
define("MB_VERSION_NUMBER", "2.5.0");
define("MB_VERSION_APPENDIX", "RC3");
-define("MB_RELEASE_DATE", mktime(0,0,0,5,16,2008));//h, min,sec,month,day,year
+define("MB_RELEASE_DATE", mktime(0,0,0,5,28,2008));//h, min,sec,month,day,year
#
# constants from map.js
More information about the Mapbender_commits
mailing list