diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-12 18:34:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-12 18:34:10 +0000 |
commit | 627687a2d798a8fa4ecbe4578c75d93bf97f6da5 (patch) | |
tree | ee3aa1c8cd6352c935ae548951ad0467d0bc57f3 /protocols/JabberG/src/version.h | |
parent | 94299a59b85ed18ffcaadd7c857bea64fcc2864a (diff) |
- fix for Jabber popup menu;
- all calls of MS_CLIST_GETCONTACTDISPLAYNAME are replaced with direct calls of CLIST_INTERFACE;
- old unneeded function removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@4434 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/version.h')
-rw-r--r-- | protocols/JabberG/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/JabberG/src/version.h b/protocols/JabberG/src/version.h index cf7a422dc2..2efdeac444 100644 --- a/protocols/JabberG/src/version.h +++ b/protocols/JabberG/src/version.h @@ -1,3 +1,3 @@ -#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 __FILEVERSION_STRING 0,11,0,2
+#define __VERSION_STRING "0.11.0.2"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0,11,0,2)
|