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.
This commit is contained in:
Aleksander Morgado
2012-03-26 10:41:38 +02:00
parent f6d8c52bc9
commit fec294b226

View File

@@ -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 ())