From f33e8fab62c9ee9a73617fafde7b33715420f4c9 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 23 Feb 2013 14:01:17 +0000 Subject: added precompiled header added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CSList/src/Version.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'plugins/CSList/src/Version.h') 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" -- cgit v1.2.3