diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-03 12:27:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-03 12:27:29 +0000 |
commit | 575e59e212efc8cf5398d752ab49ff1c2c8b5ad2 (patch) | |
tree | 34df3919ebb4fe2e81cbe574a98685bedc52d30a /plugins/AddContactPlus/src/Version.h | |
parent | 9c74643c7bd9e51291ef5a981effeb441d63c68b (diff) |
icon fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@2620 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AddContactPlus/src/Version.h')
-rw-r--r-- | plugins/AddContactPlus/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AddContactPlus/src/Version.h b/plugins/AddContactPlus/src/Version.h index fb1e31c79d..bcbfc27638 100644 --- a/plugins/AddContactPlus/src/Version.h +++ b/plugins/AddContactPlus/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 9
#define __RELEASE_NUM 9
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|