]> git.sesse.net Git - vlc/commitdiff
Changing module_config_t breaks plugin cache compatibility
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 30 Jun 2011 14:40:47 +0000 (17:40 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 30 Jun 2011 14:42:37 +0000 (17:42 +0300)
src/modules/cache.c

index f481023a2d7820f3ac2feb8ae85d53df2537913e..a2e96c3cc23999a74604448f227a677cdcdf1586 100644 (file)
@@ -58,7 +58,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 14
+#define CACHE_SUBVERSION_NUM 15
 
 /* Cache filename */
 #define CACHE_NAME "plugins.dat"