[Mapbender-commits] r2402 - branches/2.5/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Apr 21 10:55:09 EDT 2008


Author: christoph
Date: 2008-04-21 10:55:09 -0400 (Mon, 21 Apr 2008)
New Revision: 2402

Modified:
   branches/2.5/http/php/system.php
Log:
version number set to rc2

Modified: branches/2.5/http/php/system.php
===================================================================
--- branches/2.5/http/php/system.php	2008-04-21 14:46:46 UTC (rev 2401)
+++ branches/2.5/http/php/system.php	2008-04-21 14:55:09 UTC (rev 2402)
@@ -20,8 +20,8 @@
 # mapbender version
 #
 define("MB_VERSION_NUMBER", "2.5.0");
-define("MB_VERSION_APPENDIX", "RC1");
-define("MB_RELEASE_DATE", mktime(0,0,0,4,16,2008));//h, min,sec,month,day,year
+define("MB_VERSION_APPENDIX", "RC2");
+define("MB_RELEASE_DATE", mktime(0,0,0,4,21,2008));//h, min,sec,month,day,year
 
 #
 # constants from map.js



More information about the Mapbender_commits mailing list