diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-21 19:02:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-21 19:02:11 +0000 |
commit | 45751518e585d351cfec427cc3244768d84844d6 (patch) | |
tree | 637baf119fa3e7617da3fbe8fb6d12711156c94b /plugins/Clist_modern/src/version.h | |
parent | c5179c928e90cb75feb6846aa55927a8ac85364a (diff) |
"Hide offline subcontacts" option removed, subs now inherit the display mode of the usual contacts
git-svn-id: http://svn.miranda-ng.org/main/trunk@9908 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/version.h')
-rw-r--r-- | plugins/Clist_modern/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/version.h b/plugins/Clist_modern/src/version.h index 4b2f4379d6..0d765474a4 100644 --- a/plugins/Clist_modern/src/version.h +++ b/plugins/Clist_modern/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 9
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 13
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 1
#include <stdver.h>
|