diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-14 10:59:12 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-14 10:59:12 +0000 |
commit | 41ecb0a9c99c25f1767da2c25db3484434421e40 (patch) | |
tree | 566e95af04daadc2ca2707aea1e15beec57a143d /sametime/sametime.cpp | |
parent | 228aa467601ce154733757f7072f573eec926659 (diff) |
client version change, added option to revert
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@420 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 d8933d8..75ed96a 100644 --- a/sametime/sametime.cpp +++ b/sametime/sametime.cpp @@ -35,7 +35,7 @@ bool is_idle = false; PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"Sametime Protocol",
- PLUGIN_MAKE_VERSION(0, 5, 7, 1),
+ PLUGIN_MAKE_VERSION(0, 5, 8, 0),
"Implementation of Instant Messaging for the Lotus Sametime protocol.",
"Scott Ellis",
"mail@scottellis.com.au",
|