summaryrefslogtreecommitdiff
path: root/plugins/CSList/src/Version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-23 14:01:17 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-23 14:01:17 +0000
commitf33e8fab62c9ee9a73617fafde7b33715420f4c9 (patch)
tree4124c93424d05495b83fb4cdb5c2e197888a4f84 /plugins/CSList/src/Version.h
parent197abf300c77a2ca088d2cd22ea51e23dfc48983 (diff)
added precompiled header
added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CSList/src/Version.h')
-rw-r--r--plugins/CSList/src/Version.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/CSList/src/Version.h b/plugins/CSList/src/Version.h
index f9fe5b93b7..a201b60c97 100644
--- a/plugins/CSList/src/Version.h
+++ b/plugins/CSList/src/Version.h
@@ -4,16 +4,8 @@
#define __BUILD_NUM 0
#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 "Custom Status List mod"
-#define __INTERNAL_NAME "CSList"
+#define __PLUGIN_NAME "Custom status list"
#define __FILENAME "CSList.dll"
#define __DESCRIPTION "This plugin offers simple management functions to keep your extra statuses on one place."
#define __AUTHOR "Mataes, jarvis"