diff options
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"
|