From 2b8f8a38610a395bcd9eeeb5d6e9e495d8b88306 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 16 Feb 2010 07:12:08 +0000 Subject: bumped SYL_PLUGIN_INTERFACE_VERSION. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2479 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 4 ++++ src/plugin.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bca8c1ac..b2290c43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-02-16 + + * src/plugin.h: bumped SYL_PLUGIN_INTERFACE_VERSION. + 2010-02-16 * libsylph/folder.c: folder_find_child_item_by_name(): use case diff --git a/src/plugin.h b/src/plugin.h index 50f5738b..806a5b3d 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2009 Hiroyuki Yamamoto + * Copyright (C) 1999-2010 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -45,7 +45,7 @@ typedef void (*SylPluginLoadFunc) (void); typedef void (*SylPluginUnloadFunc) (void); typedef void (*SylPluginCallbackFunc) (void); -#define SYL_PLUGIN_INTERFACE_VERSION 0x0103 +#define SYL_PLUGIN_INTERFACE_VERSION 0x0104 struct _SylPlugin { -- cgit v1.2.3