Commit 7240be25 authored by Antoine Cellerier's avatar Antoine Cellerier

Invalidate old caches (cf [19742]).

parent cd1ae50f
...@@ -163,7 +163,7 @@ static void module_LoadMain( vlc_object_t *p_this ); ...@@ -163,7 +163,7 @@ static void module_LoadMain( vlc_object_t *p_this );
/* Sub-version number /* Sub-version number
* (only used to avoid breakage in dev version when cache structure changes) */ * (only used to avoid breakage in dev version when cache structure changes) */
#define CACHE_SUBVERSION_NUM 1 #define CACHE_SUBVERSION_NUM 2
/***************************************************************************** /*****************************************************************************
* module_InitBank: create the module bank. * module_InitBank: create the module bank.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment