[Mapbender-commits] r2604 - branches/testbaudson_dev/core
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jul 8 09:07:19 EDT 2008
Author: christoph
Date: 2008-07-08 09:07:19 -0400 (Tue, 08 Jul 2008)
New Revision: 2604
Modified:
branches/testbaudson_dev/core/system.php
Log:
Modified: branches/testbaudson_dev/core/system.php
===================================================================
--- branches/testbaudson_dev/core/system.php 2008-07-08 12:57:06 UTC (rev 2603)
+++ branches/testbaudson_dev/core/system.php 2008-07-08 13:07:19 UTC (rev 2604)
@@ -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