diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-26 16:33:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-26 16:33:40 +0000 |
commit | 0aa96e0a23064eb3d2a041c2acebd30855d5245e (patch) | |
tree | 98ebea1838cb6c776c4d2ad9ac5eaa81dc8331b4 /plugins/Clist_blind/src/Version.h | |
parent | df19fbdf4e4dac7dbcd6735472eb66efd02850e2 (diff) |
same parameter for clist_blind
git-svn-id: http://svn.miranda-ng.org/main/trunk@9949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind/src/Version.h')
-rw-r--r-- | plugins/Clist_blind/src/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_blind/src/Version.h b/plugins/Clist_blind/src/Version.h index 78bcbde49e..5801ef7378 100644 --- a/plugins/Clist_blind/src/Version.h +++ b/plugins/Clist_blind/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 8
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 1
#include <stdver.h>
|