summaryrefslogtreecommitdiff
path: root/plugins/BuddyExpectator/src/Version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-20 16:46:49 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-20 16:46:49 +0000
commit29dd41bae794c4b40573e966afce96ed87615f02 (patch)
tree848ec9d561cde1c470b02484e03b3a314601536b /plugins/BuddyExpectator/src/Version.h
parent88eb8039f7d2891f4cbf3eefc3747776d854c3b6 (diff)
version info standartization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1999 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyExpectator/src/Version.h')
-rw-r--r--plugins/BuddyExpectator/src/Version.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/BuddyExpectator/src/Version.h b/plugins/BuddyExpectator/src/Version.h
new file mode 100644
index 0000000000..4737d5a014
--- /dev/null
+++ b/plugins/BuddyExpectator/src/Version.h
@@ -0,0 +1,20 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 3
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
+
+#define __STRINGIFY_IMPL(x) #x
+#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
+#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
+
+#define __PLUGIN_NAME "Buddy Expectator+"
+#define __INTERNAL_NAME "Buddy Expectator+"
+#define __FILENAME "BuddyExpectator.dll"
+#define __DESCRIPTION "Reacts to the return of contacts, or the the extended absence of contacts, with notifications and other actions."
+#define __AUTHOR "Anar Ibragimoff, sje, Thief"
+#define __AUTHOREMAIL "thief@miranda.im"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2005 Anar Ibragimoff, 2006 Scott Ellis, 2007-2009 Alexander Turyak"