diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-17 12:24:04 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-17 12:24:04 +0000 |
commit | 800d1885d036ef2f7f1bc6f52f8855c03fb64705 (patch) | |
tree | 8803cfad08bad536c2a2eb21bd6a423e7a00e114 /plugins/Clist_nicer/src/Include | |
parent | ebcd54e2b17388d93eb7ec9949f6571f002af259 (diff) |
- manual critical section control replaced with mir_cslock;
- unused variables removed;
git-svn-id: http://svn.miranda-ng.org/main/trunk@9838 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/src/Include')
-rw-r--r-- | plugins/Clist_nicer/src/Include/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/src/Include/Version.h b/plugins/Clist_nicer/src/Include/Version.h index 74cce7462a..babd66c1bc 100644 --- a/plugins/Clist_nicer/src/Include/Version.h +++ b/plugins/Clist_nicer/src/Include/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 9
#define __RELEASE_NUM 2
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
#include <stdver.h>
|