diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-27 17:43:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-27 17:43:42 +0000 |
commit | 75a2eab4a30c503df310118d0d75ff503d59e562 (patch) | |
tree | 4002a472fafd6e35967f6a73afbf2ba991306106 /protocols/Weather/src/version.h | |
parent | 42381a63e8d55291b768a06baaac036dc151b052 (diff) |
Weather is a virtual protocol now, optionally
git-svn-id: http://svn.miranda-ng.org/main/trunk@2522 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather/src/version.h')
-rw-r--r-- | protocols/Weather/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Weather/src/version.h b/protocols/Weather/src/version.h index 133e5f0818..58a8f34a3c 100644 --- a/protocols/Weather/src/version.h +++ b/protocols/Weather/src/version.h @@ -1,6 +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 __FILEVERSION_STRING 0,3,9,1
+#define __VERSION_STRING "0.3.9.1"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 3, 9, 1)
#define BETA FALSE
#define AUTH "NoName, borkra"
|