]> git.sesse.net Git - vlc/commitdiff
Bump cache version due to other changes
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Aug 2011 19:23:04 +0000 (22:23 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Aug 2011 19:23:42 +0000 (22:23 +0300)
This is not really needed. Cache corruption would be detected anyway.
But better safe than sorry.

src/modules/cache.c

index be47d9806396e8a9dd9e5cdab887bd1830ebe78f..90859cca1c825ec1bed71fa70c5c5ddb63c0f6b4 100644 (file)
@@ -59,7 +59,7 @@ static int    CacheLoadConfig  ( module_t *, FILE * );
 
 /* Sub-version number
  * (only used to avoid breakage in dev version when cache structure changes) */
-#define CACHE_SUBVERSION_NUM 15
+#define CACHE_SUBVERSION_NUM 16
 
 /* Cache filename */
 #define CACHE_NAME "plugins.dat"