diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-17 15:50:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-17 15:50:17 +0000 |
commit | a338e594273bda039eec784ecb461395f23bd56e (patch) | |
tree | 672ca0530c45df8af7289d6d3d7e287342a77376 /plugins/weather/version.h | |
parent | 11771cfdeade7fbb283a208138c6561ba779779c (diff) |
- missing plugins added
- fixes for the status plugins' projects
- other VS2010 projects cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@13 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/weather/version.h')
-rw-r--r-- | plugins/weather/version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/weather/version.h b/plugins/weather/version.h new file mode 100644 index 0000000000..133e5f0818 --- /dev/null +++ b/plugins/weather/version.h @@ -0,0 +1,6 @@ +#define __FILEVERSION_STRING 0,3,8,19
+#define __VERSION_STRING "0.3.8.19"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 3, 8, 19)
+
+#define BETA FALSE
+#define AUTH "NoName, borkra"
|