[Mapbender-commits] r2616 - branches/2.5/core

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jul 8 10:37:30 EDT 2008


Author: christoph
Date: 2008-07-08 10:37:30 -0400 (Tue, 08 Jul 2008)
New Revision: 2616

Modified:
   branches/2.5/core/system.php
Log:


Modified: branches/2.5/core/system.php
===================================================================
--- branches/2.5/core/system.php	2008-07-08 14:33:57 UTC (rev 2615)
+++ branches/2.5/core/system.php	2008-07-08 14:37:30 UTC (rev 2616)
@@ -20,18 +20,16 @@
 # mapbender version
 #
 define("MB_VERSION_NUMBER", "2.5.0");
-define("MB_VERSION_APPENDIX", "RC2");
-define("MB_RELEASE_DATE", mktime(0,0,0,4,21,2008));//h, min,sec,month,day,year
+define("MB_VERSION_APPENDIX", "RC4");
+define("MB_RELEASE_DATE", mktime(0,0,0,7,8,2008));//h, min,sec,month,day,year
 
 #
 # constants from map.js
 #
 define("MB_RESOLUTION", "28.35");
 define("MB_FEATURE_COUNT", "100");
-define("MB_SECURITY_PROXY", "http://wms1.ccgis.de/mapbender/tools/security_proxy.php?mb_ows_security_proxy=");
 #
 # available log levels 
 #
 define("LOG_LEVEL_LIST", "off,error,warning,notice,all");
 
-define("ZOOM_MOUSEWHEEL", "1.1");
\ No newline at end of file



More information about the Mapbender_commits mailing list