diff options
Diffstat (limited to 'protocols/JabberG/version.h')
-rw-r--r-- | protocols/JabberG/version.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/protocols/JabberG/version.h b/protocols/JabberG/version.h index fead11179a..cf7a422dc2 100644 --- a/protocols/JabberG/version.h +++ b/protocols/JabberG/version.h @@ -1,4 +1,3 @@ -#define __FILEVERSION_STRING 0,92,2,0
-#define __VERSION_STRING "0.92.2.0"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 92, 2, 0)
-
+#define __FILEVERSION_STRING 0,11,0,1
+#define __VERSION_STRING "0.11.0.1"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0,11,0,1)
|