diff options
Diffstat (limited to 'protocols/IRCG/version.h')
-rw-r--r-- | protocols/IRCG/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/IRCG/version.h b/protocols/IRCG/version.h index 18333d3187..883b985346 100644 --- a/protocols/IRCG/version.h +++ b/protocols/IRCG/version.h @@ -1,6 +1,6 @@ -#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)
#define __DESC "IRC protocol for Miranda IM"
#define __AUTHOR "Miranda team"
|