summaryrefslogtreecommitdiff
path: root/plugins/BasicHistory/version.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-06-24 10:14:31 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-06-24 10:14:31 +0000
commit429d24ee71e4a27f9e8885af96091e502e525ac1 (patch)
tree570dde1930cba13ba2bfe46c8e35ffbd4312a63c /plugins/BasicHistory/version.h
parent02a1e31be0e979b87d4bea38ab22e98323baa6dc (diff)
BasicHistory updated to 1.0.1.6
git-svn-id: http://svn.miranda-ng.org/main/trunk@596 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/version.h')
-rw-r--r--plugins/BasicHistory/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BasicHistory/version.h b/plugins/BasicHistory/version.h
index 691fb07ebd..8b7d5ce949 100644
--- a/plugins/BasicHistory/version.h
+++ b/plugins/BasicHistory/version.h
@@ -1,7 +1,7 @@
#define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
-#define __BUILD_NUM 5
+#define __BUILD_NUM 6
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM