summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/version.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-03-05 08:25:28 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-03-05 08:25:28 +0000
commit29eb6ad0ee6e9e3657fd4eb02d7c0c665819840a (patch)
tree497bc79f79ab62fb5e0f2ae69a9a2be52ccd28e6 /plugins/HistoryStats/src/version.h
parentd6ffa6b1b553488cd5fd01d2f577575ac4835d61 (diff)
version info added, MSVC 2013 projects added
git-svn-id: http://svn.miranda-ng.org/main/trunk@8403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats/src/version.h')
-rw-r--r--plugins/HistoryStats/src/version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/HistoryStats/src/version.h b/plugins/HistoryStats/src/version.h
new file mode 100644
index 0000000000..28c23a27c4
--- /dev/null
+++ b/plugins/HistoryStats/src/version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 5
+#define __BUILD_NUM 3
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "HistoryStats"
+#define __FILENAME "HistoryStats.dll"
+#define __DESCRIPTION "Creates nice statistics using your message history."
+#define __AUTHOR "Martin Afanasjew"
+#define __AUTHOREMAIL "miranda@dark-passage.de"
+#define __AUTHORWEB "http://miranda-ng.org/p/HistoryStats/"
+#define __COPYRIGHT "© 2005-2007 by Martin Afanasjew (see README for further credits)"