diff options
Diffstat (limited to 'worldtime_protocol/worldtimeproto.cpp')
-rw-r--r-- | worldtime_protocol/worldtimeproto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worldtime_protocol/worldtimeproto.cpp b/worldtime_protocol/worldtimeproto.cpp index 5ee4724..f782c0c 100644 --- a/worldtime_protocol/worldtimeproto.cpp +++ b/worldtime_protocol/worldtimeproto.cpp @@ -112,7 +112,7 @@ int GetStatus(WPARAM wParam,LPARAM lParam) PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"World Time Protocol",
- PLUGIN_MAKE_VERSION(0, 1, 0, 1),
+ PLUGIN_MAKE_VERSION(0, 1, 1, 0),
"Adds 'contacts' showing the time at specified locations around the world.",
"Scott Ellis",
"mail@scottellis.com.au",
|