diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-12-15 02:53:38 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-12-15 02:53:38 +0000 |
commit | 30b2297b1227cec08d2312ea0b2bef731c884715 (patch) | |
tree | 417dae01d0fd46f4c3f0774c3593adffc93c63e5 /sametime/sametime.cpp | |
parent | eb3076751d679ceadfdeeec6fc74dc9fd2cd23fe (diff) |
version bump
fix global status mapping
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@434 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'sametime/sametime.cpp')
-rw-r--r-- | sametime/sametime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sametime/sametime.cpp b/sametime/sametime.cpp index d9d8076..dbc2685 100644 --- a/sametime/sametime.cpp +++ b/sametime/sametime.cpp @@ -37,7 +37,7 @@ bool is_idle = false; PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"Sametime Protocol",
- PLUGIN_MAKE_VERSION(0, 5, 9, 0),
+ PLUGIN_MAKE_VERSION(0, 5, 9, 1),
"Implementation of Instant Messaging for the Lotus Sametime protocol.",
"Scott Ellis",
"mail@scottellis.com.au",
|