diff options
author | Dan Williams <dcbw@redhat.com> | 2009-06-18 14:39:40 -0400 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-06-18 14:39:40 -0400 |
commit | 4eb2e75ca386b19b6b099d95b8817b43319052fe (patch) | |
tree | a8e0fcca9f80a006f94ba9ba77602c845568463f /src/mm-plugin.h | |
parent | 924814c101da42fcb53005691d136852653f0eae (diff) |
plugin: bump required plugin major version for udev changes
Diffstat (limited to 'src/mm-plugin.h')
-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 07f7f60c..696cf668 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -6,7 +6,7 @@ #include <glib-object.h> #include <mm-modem.h> -#define MM_PLUGIN_MAJOR_VERSION 2 +#define MM_PLUGIN_MAJOR_VERSION 3 #define MM_PLUGIN_MINOR_VERSION 0 #define MM_TYPE_PLUGIN (mm_plugin_get_type ()) |