diff options
Diffstat (limited to 'protocols/JabberG/src/version.h')
-rw-r--r-- | protocols/JabberG/src/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/JabberG/src/version.h b/protocols/JabberG/src/version.h new file mode 100644 index 0000000000..cf7a422dc2 --- /dev/null +++ b/protocols/JabberG/src/version.h @@ -0,0 +1,3 @@ +#define __FILEVERSION_STRING 0,11,0,1
+#define __VERSION_STRING "0.11.0.1"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0,11,0,1)
|