[Mapbender-commits] r2459 - branches/2.5/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri May 16 04:56:23 EDT 2008
Author: christoph
Date: 2008-05-16 04:56:23 -0400 (Fri, 16 May 2008)
New Revision: 2459
Modified:
branches/2.5/http/php/system.php
Log:
set version to rc3
Modified: branches/2.5/http/php/system.php
===================================================================
--- branches/2.5/http/php/system.php 2008-05-16 08:38:12 UTC (rev 2458)
+++ branches/2.5/http/php/system.php 2008-05-16 08:56:23 UTC (rev 2459)
@@ -1,5 +1,5 @@
<?php
-# $Id:$
+# $Id$
# Copyright (C) 2002 CCGIS
#
# This program is free software; you can redistribute it and/or modify
@@ -20,8 +20,8 @@
# 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", "RC3");
+define("MB_RELEASE_DATE", mktime(0,0,0,5,16,2008));//h, min,sec,month,day,year
#
# constants from map.js
More information about the Mapbender_commits
mailing list