summaryrefslogtreecommitdiff
path: root/plugins/Weather/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Weather/src/version.h')
-rw-r--r--plugins/Weather/src/version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Weather/src/version.h b/plugins/Weather/src/version.h
new file mode 100644
index 0000000000..58a8f34a3c
--- /dev/null
+++ b/plugins/Weather/src/version.h
@@ -0,0 +1,6 @@
+#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"