diff options
Diffstat (limited to 'protocols/IcqOscarJ/version.h')
-rw-r--r-- | protocols/IcqOscarJ/version.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/protocols/IcqOscarJ/version.h b/protocols/IcqOscarJ/version.h index 2d10138fcf..8edfeaebb9 100644 --- a/protocols/IcqOscarJ/version.h +++ b/protocols/IcqOscarJ/version.h @@ -1,5 +1,3 @@ -#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)
|