summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-04-12 18:34:10 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-04-12 18:34:10 +0000
commit627687a2d798a8fa4ecbe4578c75d93bf97f6da5 (patch)
treeee3aa1c8cd6352c935ae548951ad0467d0bc57f3 /protocols/JabberG/src/version.h
parent94299a59b85ed18ffcaadd7c857bea64fcc2864a (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.h6
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)