From: RĂ©mi Denis-Courmont Date: Sun, 15 Apr 2007 10:16:01 +0000 (+0000) Subject: Increase plugin cache version to force stalling. X-Git-Tag: 0.9.0-test0~7731 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a19d0546bfc2f4205cca81182fbf6f27fb19c8ab;p=vlc Increase plugin cache version to force stalling. This is not strictly required, but helps propage fix for #1086. --- diff --git a/src/modules/modules.c b/src/modules/modules.c index 54c7f8db9b..274807a62e 100644 --- a/src/modules/modules.c +++ b/src/modules/modules.c @@ -157,7 +157,7 @@ static void module_LoadMain( vlc_object_t *p_this ); /* Sub-version number * (only used to avoid breakage in dev version when cache structure changes) */ -#define CACHE_SUBVERSION_NUM 2 +#define CACHE_SUBVERSION_NUM 3 /***************************************************************************** * module_InitBank: create the module bank.