[vlc-commits] Bump cache version due to other changes
Rémi Denis-Courmont
git at videolan.org
Sat Aug 13 21:24:48 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 13 22:23:04 2011 +0300| [89deeb0a50a2cf9a730daad0250e952900a59db6] | committer: Rémi Denis-Courmont
Bump cache version due to other changes
This is not really needed. Cache corruption would be detected anyway.
But better safe than sorry.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=89deeb0a50a2cf9a730daad0250e952900a59db6
---
src/modules/cache.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/modules/cache.c b/src/modules/cache.c
index be47d98..90859cc 100644
--- a/src/modules/cache.c
+++ b/src/modules/cache.c
@@ -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"
More information about the vlc-commits
mailing list