aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-26 10:41:38 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-03-26 11:19:05 +0200
commitfec294b2265ef897967d3b01685108c79c21f59e (patch)
tree30008445680eee61f90569567de4882698cc6a93 /src
parentf6d8c52bc91743782497c56f3b25de4cabbcc643 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/mm-plugin.h2
1 files changed, 1 insertions, 1 deletions
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 ())