summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-05-18 17:40:55 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-05-18 17:40:55 +0000
commit0ade2615265006e4ab8f701425f66c0e7653aabb (patch)
treecc0761d518d907d41ccf018505786ed9d2e49bb7 /plugins/UserInfoEx
parent79a698bd5017012f7f4daa3a0af3ebea864b4912 (diff)
updated MIRANDA_VER
git-svn-id: http://svn.miranda-ng.org/main/trunk@49 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r--plugins/UserInfoEx/commonheaders.h2
-rw-r--r--plugins/UserInfoEx/mir_contactqueue.h2
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>