diff options
Diffstat (limited to 'protocols/Weather/version.h')
-rw-r--r-- | protocols/Weather/version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/Weather/version.h b/protocols/Weather/version.h new file mode 100644 index 0000000000..133e5f0818 --- /dev/null +++ b/protocols/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"
|