[vlc-devel] commit: Force plugins cache rebuild due to previous commit ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Apr 26 18:46:50 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Apr 26 19:19:45 2009 +0300| [0617753d5bdc4e0e6573d1165711f31ddfd06c4c] | committer: Rémi Denis-Courmont 

Force plugins cache rebuild due to previous commit

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0617753d5bdc4e0e6573d1165711f31ddfd06c4c
---

 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 e4002f4..6171ddd 100644
--- a/src/modules/cache.c
+++ b/src/modules/cache.c
@@ -84,7 +84,7 @@ static int    CacheSaveConfig  ( module_t *, FILE * );
 
 /* Sub-version number
  * (only used to avoid breakage in dev version when cache structure changes) */
-#define CACHE_SUBVERSION_NUM 3
+#define CACHE_SUBVERSION_NUM 4
 
 /* Format string for the cache filename */
 #define CACHENAME_FORMAT \




More information about the vlc-devel mailing list