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