diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-26 10:41:38 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-26 11:19:05 +0200 |
commit | fec294b2265ef897967d3b01685108c79c21f59e (patch) | |
tree | 30008445680eee61f90569567de4882698cc6a93 | |
parent | f6d8c52bc91743782497c56f3b25de4cabbcc643 (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.
-rw-r--r-- | src/mm-plugin.h | 2 |
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 ()) |