summaryrefslogtreecommitdiff
path: root/plugins/BasicHistory/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-09-22 19:18:39 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-09-22 19:18:39 +0000
commit09a1a03baff001ef9aef7310f918e79c8c1f6e97 (patch)
tree5fbb985787f779e692fefb7df3de183bd5207e87 /plugins/BasicHistory/src/version.h
parent0ce46bb5808b2c825766afa3f39e3c8b42ae871e (diff)
minor code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@6187 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src/version.h')
-rw-r--r--plugins/BasicHistory/src/version.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/BasicHistory/src/version.h b/plugins/BasicHistory/src/version.h
index ad468abd50..da6b4f91be 100644
--- a/plugins/BasicHistory/src/version.h
+++ b/plugins/BasicHistory/src/version.h
@@ -1,14 +1,14 @@
-#define __MAJOR_VERSION 1
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 1
-#define __BUILD_NUM 9
-
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __MAJOR_VERSION 1
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 10
-#define __PLUGIN_NAME "Basic history"
-#define __FILENAME "BasicHistory.dll"
-#define __DESCRIPTION "History viewer for Miranda NG."
-#define __AUTHOR "Krzysztof Kral"
-#define __AUTHOREMAIL "krzysztof.kral@gmail.com"
-#define __AUTHORWEB "http://miranda-ng.org/p/BasicHistory/"
-#define __COPYRIGHT "© 2011-2012 Krzysztof Kral"
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Basic history"
+#define __FILENAME "BasicHistory.dll"
+#define __DESCRIPTION "History viewer for Miranda NG."
+#define __AUTHOR "Krzysztof Kral"
+#define __AUTHOREMAIL "krzysztof.kral@gmail.com"
+#define __AUTHORWEB "http://miranda-ng.org/p/BasicHistory/"
+#define __COPYRIGHT "© 2011-2012 Krzysztof Kral"