diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-06-23 05:49:14 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-06-23 05:49:14 +0000 |
commit | 8be72996c3d3ea0c1d2c42327b958d39e2c7bdba (patch) | |
tree | 027d07eaad9d6e2510c861b1c95e4f644d46fa96 /worldtime/WorldTime.cpp | |
parent | 758f2c5c1f81cd566e65df9b851874525b5091fc (diff) |
patch for changes to m_skin_eng.h (thanks Uwe)
some fixes to include paths
vc 8 & 9 project files
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@465 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'worldtime/WorldTime.cpp')
-rw-r--r-- | worldtime/WorldTime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worldtime/WorldTime.cpp b/worldtime/WorldTime.cpp index 7e46359..5978cba 100644 --- a/worldtime/WorldTime.cpp +++ b/worldtime/WorldTime.cpp @@ -7,7 +7,7 @@ PLUGINLINK *pluginLink; PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"World Time",
- PLUGIN_MAKE_VERSION(0, 4, 0, 0),
+ PLUGIN_MAKE_VERSION(0, 4, 0, 2),
"Display world times.",
"Scott Ellis",
"mail@scottellis.com.au",
|