summaryrefslogtreecommitdiff
path: root/plugins/BasicHistory/src/version.h
diff options
context:
space:
mode:
authorAbdul <abdul@miranda-ng.org>2012-07-14 18:11:18 +0000
committerAbdul <abdul@miranda-ng.org>2012-07-14 18:11:18 +0000
commite2e713063780dd623c8025b6f4762c1e32bc784d (patch)
treebc9375355dcb8df8c58baa5884d2e17d90151029 /plugins/BasicHistory/src/version.h
parentcde7f54ac7241e81bfb1f0a471026246c8663370 (diff)
BasicHistory updated to 1.0.1.8
git-svn-id: http://svn.miranda-ng.org/main/trunk@972 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src/version.h')
-rw-r--r--plugins/BasicHistory/src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BasicHistory/src/version.h b/plugins/BasicHistory/src/version.h
index b3f35e42ef..e906c9634a 100644
--- a/plugins/BasicHistory/src/version.h
+++ b/plugins/BasicHistory/src/version.h
@@ -1,7 +1,7 @@
#define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
-#define __BUILD_NUM 7
+#define __BUILD_NUM 8
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM