[mapserver-commits] r12383 - trunk/mapserver/mapcache/include

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:21:11 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:21:10 -0700 (Fri, 26 Aug 2011)
New Revision: 12383

Modified:
   trunk/mapserver/mapcache/include/geocache.h
Log:
refactor wms parsing when using multiple layers to avoid duplicating some checks in the single layers case
thomas.bonfort | 2011-06-08 15:22:03 +0200 (Wed, 08 Jun 2011)

Modified: trunk/mapserver/mapcache/include/geocache.h
===================================================================
--- trunk/mapserver/mapcache/include/geocache.h	2011-08-26 11:21:07 UTC (rev 12382)
+++ trunk/mapserver/mapcache/include/geocache.h	2011-08-26 11:21:10 UTC (rev 12383)
@@ -55,7 +55,7 @@
 #define GEOCACHE_CACHE_MISS 5
 #define GEOCACHE_FILE_LOCKED 6
 
-#define GEOCACHE_VERSION "0.4-dev"
+#define GEOCACHE_VERSION "0.4"
 #define GEOCACHE_USERAGENT "mod-geocache/"GEOCACHE_VERSION
 
 #define GEOCACHE_LOCKFILE_PREFIX "_gc_lock"



More information about the mapserver-commits mailing list