summaryrefslogtreecommitdiff
path: root/plugins/BuddyExpectator/src/Version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-10 10:20:35 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-10 10:20:35 +0000
commitf5b9ad2e5d40733f4da9b6d5b29967f0b3da4bb5 (patch)
tree971e7ff4d6cd17d38f6c27dfce8164bb51479fd8 /plugins/BuddyExpectator/src/Version.h
parent42801cdd1901d0e5f13d33b2b58e141c80fe028e (diff)
uuid standartization
git-svn-id: http://svn.miranda-ng.org/main/trunk@3524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyExpectator/src/Version.h')
-rw-r--r--plugins/BuddyExpectator/src/Version.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/BuddyExpectator/src/Version.h b/plugins/BuddyExpectator/src/Version.h
index 4737d5a014..0acbade9f9 100644
--- a/plugins/BuddyExpectator/src/Version.h
+++ b/plugins/BuddyExpectator/src/Version.h
@@ -4,14 +4,8 @@
#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 __PLUGIN_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"