diff options
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r-- | plugins/UserInfoEx/commonheaders.h | 2 | ||||
-rw-r--r-- | plugins/UserInfoEx/mir_contactqueue.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/commonheaders.h b/plugins/UserInfoEx/commonheaders.h index 22551f6013..de1ac528f8 100644 --- a/plugins/UserInfoEx/commonheaders.h +++ b/plugins/UserInfoEx/commonheaders.h @@ -69,7 +69,7 @@ typedef std::basic_string<TCHAR> tstring; * Miranda IM SDK includes and macros
***********************************************************************************************************/
-#define MIRANDA_VER 0x0800
+#define MIRANDA_VER 0x0A00
#include <newpluginapi.h> // This must be included first
#include <m_stdhdr.h>
diff --git a/plugins/UserInfoEx/mir_contactqueue.h b/plugins/UserInfoEx/mir_contactqueue.h index f211e23ec9..b8f77530b7 100644 --- a/plugins/UserInfoEx/mir_contactqueue.h +++ b/plugins/UserInfoEx/mir_contactqueue.h @@ -32,7 +32,7 @@ Last change by : $Author: ing.u.horn $ #define __CONTACTASYNCQUEUE_H__
#ifndef MIRANDA_VER
-#define MIRANDA_VER 0x0800
+#define MIRANDA_VER 0x0A00
#endif
#include <windows.h>
|