diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-19 14:29:58 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-19 14:29:58 +0100 |
commit | a78cd0f86f650fd566337d9abb86eedc51e3e699 (patch) | |
tree | 2813faab46ac0e5dd8727adaa62fe2bb50246273 /src | |
parent | d2774e48780a6350b7435b5975397e0234e300bf (diff) | |
download | xine-lib-a78cd0f86f650fd566337d9abb86eedc51e3e699.tar.gz xine-lib-a78cd0f86f650fd566337d9abb86eedc51e3e699.tar.bz2 |
Bump the catalogue cache version no. due to media.video4linux.tv_standard.
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/load_plugins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c index 050a01832..254977ef7 100644 --- a/src/xine-engine/load_plugins.c +++ b/src/xine-engine/load_plugins.c @@ -99,7 +99,7 @@ static void remove_segv_handler(void){ #endif #endif /* 0 */ -#define CACHE_CATALOG_VERSION 3 +#define CACHE_CATALOG_VERSION 4 static const int plugin_iface_versions[] = { INPUT_PLUGIN_IFACE_VERSION, |