Skip to content

Commit

Permalink
Bump the plugin and protocol versions to 3 in preparation of new feat…
Browse files Browse the repository at this point in the history
…ures
  • Loading branch information
bruceg committed Jul 13, 2011
1 parent 389ff4a commit 10a5f5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
-------------------------------------------------------------------------------
Changes in version 2.00

- This version updates the API to add new features. Plugins compiled
for previous versions of mailfront will not work without recompiling.

Development of this version has been sponsored by FutureQuest, Inc.
[email protected] http://www.FutureQuest.net/
-------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions mailfront.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#define FLAG_NEED_FILE (1<<0)

#define PLUGIN_VERSION 2
#define PLUGIN_VERSION 3

struct plugin
{
Expand All @@ -26,7 +26,7 @@ struct plugin
const response* (*message_end)(int fd);
};

#define PROTOCOL_VERSION 2
#define PROTOCOL_VERSION 3

struct protocol
{
Expand Down

0 comments on commit 10a5f5c

Please sign in to comment.