[Mapbender-commits] r2657 - in branches/2.5: core http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jul 11 11:41:26 EDT 2008


Author: christoph
Date: 2008-07-11 11:41:25 -0400 (Fri, 11 Jul 2008)
New Revision: 2657

Removed:
   branches/2.5/http/php/system.php
Modified:
   branches/2.5/core/system.php
Log:
updated version number

removed duplicate in folder php

Modified: branches/2.5/core/system.php
===================================================================
--- branches/2.5/core/system.php	2008-07-11 15:34:11 UTC (rev 2656)
+++ branches/2.5/core/system.php	2008-07-11 15:41:25 UTC (rev 2657)
@@ -20,8 +20,8 @@
 # mapbender version
 #
 define("MB_VERSION_NUMBER", "2.5.0");
-define("MB_VERSION_APPENDIX", "RC4");
-define("MB_RELEASE_DATE", mktime(0,0,0,7,8,2008));//h, min,sec,month,day,year
+define("MB_VERSION_APPENDIX", "RC5");
+define("MB_RELEASE_DATE", mktime(0,0,0,7,11,2008));//h, min,sec,month,day,year
 
 #
 # constants from map.js

Deleted: branches/2.5/http/php/system.php
===================================================================
--- branches/2.5/http/php/system.php	2008-07-11 15:34:11 UTC (rev 2656)
+++ branches/2.5/http/php/system.php	2008-07-11 15:41:25 UTC (rev 2657)
@@ -1,35 +0,0 @@
-<?php
-# $Id$
-# Copyright (C) 2002 CCGIS 
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-#
-# mapbender version
-#
-define("MB_VERSION_NUMBER", "2.5.0");
-define("MB_VERSION_APPENDIX", "RC3");
-define("MB_RELEASE_DATE", mktime(0,0,0,5,28,2008));//h, min,sec,month,day,year
-
-#
-# constants from map.js
-#
-define("MB_RESOLUTION", "28.35");
-define("MB_FEATURE_COUNT", "100");
-
-#
-# available log levels 
-#
-define("LOG_LEVEL_LIST", "off,error,warning,notice,all");
\ No newline at end of file



More information about the Mapbender_commits mailing list