From 55d1905cffff485f577d49654a18362cbcfb61ec Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 29 Jan 2013 06:06:33 +0000 Subject: added option for disabling secure overlay git-svn-id: http://svn.miranda-ng.org/main/trunk@3327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FingerprintNG/src/version.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/FingerprintNG/src/version.h') diff --git a/plugins/FingerprintNG/src/version.h b/plugins/FingerprintNG/src/version.h index 62eb7a3135..71fa0676f1 100644 --- a/plugins/FingerprintNG/src/version.h +++ b/plugins/FingerprintNG/src/version.h @@ -23,14 +23,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #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 "Fingerprint NG" -#define __INTERNAL_NAME "Fingerprint NG" #define __FILENAME "Fingerprint.dll" #define __DESCRIPTION "Fingerprint NG (client version) icons module for Miranda NG." #define __AUTHOR "faith_healer, ghazan, mataes" -- cgit v1.2.3