From 67c6f233d7e60ad59918e734fe565f5f5dfd28d5 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 20 May 2012 18:33:39 +0000 Subject: projects renames and fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@105 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Bass_interface/Version.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 plugins/Bass_interface/Version.h (limited to 'plugins/Bass_interface/Version.h') diff --git a/plugins/Bass_interface/Version.h b/plugins/Bass_interface/Version.h deleted file mode 100644 index 814a8951dd..0000000000 --- a/plugins/Bass_interface/Version.h +++ /dev/null @@ -1,28 +0,0 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 0 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 13 - -#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) - -#ifdef _UNICODE -#if defined(WIN64) || defined(_WIN64) - #define __PLUGIN_NAME "Bass_interface (Unicode x64)" -#else - #define __PLUGIN_NAME "Bass_interface (Unicode)" -#endif -#else - #define __PLUGIN_NAME "Bass_interface" -#endif -#define __INTERNAL_NAME "Bass_interface" -#define __FILENAME "Bass_interface.dll" -#define __DESCRIPTION "un4seen's bass interface Miranda IM plugin." -#define __AUTHOR "tico-tico" -#define __AUTHOREMAIL "" -#define __AUTHORWEB "" -#define __COPYRIGHT "© 2010, 2011 tico-tico" -- cgit v1.2.3