summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-06-19 14:29:58 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-06-19 14:29:58 +0100
commita78cd0f86f650fd566337d9abb86eedc51e3e699 (patch)
tree2813faab46ac0e5dd8727adaa62fe2bb50246273
parentd2774e48780a6350b7435b5975397e0234e300bf (diff)
downloadxine-lib-a78cd0f86f650fd566337d9abb86eedc51e3e699.tar.gz
xine-lib-a78cd0f86f650fd566337d9abb86eedc51e3e699.tar.bz2
Bump the catalogue cache version no. due to media.video4linux.tv_standard.
-rw-r--r--src/xine-engine/load_plugins.c2
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,