diff options
Diffstat (limited to 'plugins/BasicHistory/src/version.h')
-rw-r--r-- | plugins/BasicHistory/src/version.h | 26 |
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"
|