[mapserver-commits] r9065 - branches/branch-5-4/mapserver
svn at osgeo.org
svn at osgeo.org
Tue Jun 2 09:02:55 EDT 2009
Author: sdlime
Date: 2009-06-02 09:02:55 -0400 (Tue, 02 Jun 2009)
New Revision: 9065
Modified:
branches/branch-5-4/mapserver/HISTORY.TXT
branches/branch-5-4/mapserver/mapserver.h
Log:
Updated version for 5.4.1 release.
Modified: branches/branch-5-4/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-4/mapserver/HISTORY.TXT 2009-06-02 12:56:50 UTC (rev 9064)
+++ branches/branch-5-4/mapserver/HISTORY.TXT 2009-06-02 13:02:55 UTC (rev 9065)
@@ -11,8 +11,8 @@
For a complete change history, please see the Subversion log comments.
-Current Version:
-----------------
+Version 5.4.1 (2009-06-02):
+---------------------------
- Fix MapScript whichShapes() to respect filters AND return all items (#2689)
Modified: branches/branch-5-4/mapserver/mapserver.h
===================================================================
--- branches/branch-5-4/mapserver/mapserver.h 2009-06-02 12:56:50 UTC (rev 9064)
+++ branches/branch-5-4/mapserver/mapserver.h 2009-06-02 13:02:55 UTC (rev 9065)
@@ -33,11 +33,11 @@
/*
** MapServer version - to be updated for every release
*/
-#define MS_VERSION "5.4.0"
+#define MS_VERSION "5.4.1"
#define MS_VERSION_MAJOR 5
#define MS_VERSION_MINOR 4
-#define MS_VERSION_REV 0
+#define MS_VERSION_REV 1
#define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)
More information about the mapserver-commits
mailing list