summaryrefslogtreecommitdiff
path: root/plugins/HistoryLinkListPlus/src/Version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-26 14:07:56 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-26 14:07:56 +0000
commit4766c66f800a3b549e0ee5a4f33d9857cf746d11 (patch)
tree2a4c7c0aa3389e6b49109a0758c389b7d1693e47 /plugins/HistoryLinkListPlus/src/Version.h
parent8b81d60137c929cc50f50a53c3905e8ff313628b (diff)
added version info
added precompiled header git-svn-id: http://svn.miranda-ng.org/main/trunk@3783 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryLinkListPlus/src/Version.h')
-rw-r--r--plugins/HistoryLinkListPlus/src/Version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/HistoryLinkListPlus/src/Version.h b/plugins/HistoryLinkListPlus/src/Version.h
new file mode 100644
index 0000000000..fa68a3d3ce
--- /dev/null
+++ b/plugins/HistoryLinkListPlus/src/Version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 2
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "History linklist plus"
+#define __FILENAME "LinkList.dll"
+#define __DESCRIPTION "Generates a list of extracted URIs from the history."
+#define __AUTHOR "Thomas Wendel, gureedo"
+#define __AUTHOREMAIL "gureedo@gmail.com"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2010-2011 gureedo"