diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-11-09 01:35:09 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-11-09 01:35:09 +0000 |
commit | aa83e9d1c87b286c27de2053ea91b83c3363212f (patch) | |
tree | 03a3262cff13a4a5519cecf21745a8fa60d025ae /src | |
parent | f53cf93d560a970402b697cd6ea4def656393b16 (diff) |
increased SYL_PLUGIN_INTERFACE_VERSION.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2339 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.h b/src/plugin.h index 0fe7be0c..622dd8a7 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -45,7 +45,7 @@ typedef void (*SylPluginLoadFunc) (void); typedef void (*SylPluginUnloadFunc) (void); typedef void (*SylPluginCallbackFunc) (void); -#define SYL_PLUGIN_INTERFACE_VERSION 0x0101 +#define SYL_PLUGIN_INTERFACE_VERSION 0x0102 struct _SylPlugin { |