[mapserver-commits] r7646 - branches/branch-5-0/mapserver
svn at osgeo.org
svn at osgeo.org
Wed Jun 4 15:43:45 EDT 2008
Author: dmorissette
Date: 2008-06-04 15:43:45 -0400 (Wed, 04 Jun 2008)
New Revision: 7646
Modified:
branches/branch-5-0/mapserver/HISTORY.TXT
branches/branch-5-0/mapserver/mapserver.h
Log:
Updated for 5.0.3 release
Modified: branches/branch-5-0/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-0/mapserver/HISTORY.TXT 2008-06-04 19:28:05 UTC (rev 7645)
+++ branches/branch-5-0/mapserver/HISTORY.TXT 2008-06-04 19:43:45 UTC (rev 7646)
@@ -10,8 +10,8 @@
For a complete change history, please see the Subversion log comments.
-Current Version (future 5.0.3, svn branch-5-0)
-----------------------------------------------
+Version 5.0.3 (2008-06-04)
+--------------------------
- Exposed ERROR and EMPTY webObj properties to URL-based configuration. (#2634)
Modified: branches/branch-5-0/mapserver/mapserver.h
===================================================================
--- branches/branch-5-0/mapserver/mapserver.h 2008-06-04 19:28:05 UTC (rev 7645)
+++ branches/branch-5-0/mapserver/mapserver.h 2008-06-04 19:43:45 UTC (rev 7646)
@@ -118,7 +118,7 @@
/* General defines, wrapable */
-#define MS_VERSION "5.0.2"
+#define MS_VERSION "5.0.3"
#define MS_TRUE 1 /* logical control variables */
#define MS_FALSE 0
More information about the mapserver-commits
mailing list