From fec294b2265ef897967d3b01685108c79c21f59e Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 26 Mar 2012 10:41:38 +0200 Subject: [PATCH] plugin: bump major plugin version The PluginBase object got modified during the new codebase development, and therefore we need to ensure that the current codebase doesn't try to load old plugins. --- src/mm-plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mm-plugin.h b/src/mm-plugin.h index 3643cc50..71120112 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -24,7 +24,7 @@ #define MM_PLUGIN_GENERIC_NAME "Generic" -#define MM_PLUGIN_MAJOR_VERSION 3 +#define MM_PLUGIN_MAJOR_VERSION 4 #define MM_PLUGIN_MINOR_VERSION 0 #define MM_TYPE_PLUGIN (mm_plugin_get_type ())