diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-10 14:01:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-10 14:01:23 +0000 |
commit | 075c7d0030e543e59adceae9e73c73cbb661482f (patch) | |
tree | 18202915fd2280481b60dfa046428966003c0554 /plugins/Clist_nicer/src/Include | |
parent | f8dd614b31290bc8b314314581a38503ac43140d (diff) |
fix for crash in clist_nicer on startup
git-svn-id: http://svn.miranda-ng.org/main/trunk@9432 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 6e24a0cd7e..74cce7462a 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 2
+#define __BUILD_NUM 3
#include <stdver.h>
|