From 52a12ced56eaf7a4621193fb230dca17c33aa562 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 15 May 2012 17:21:57 +0000 Subject: need only one version git-svn-id: http://svn.miranda-ng.org/main/trunk@4 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/tipper/version.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 plugins/tipper/version.h (limited to 'plugins/tipper/version.h') diff --git a/plugins/tipper/version.h b/plugins/tipper/version.h deleted file mode 100644 index ce7c948bea..0000000000 --- a/plugins/tipper/version.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef __VERSION_H_INCLUDED -#define __VERSION_H_INCLUDED - -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 4 -#define __RELEASE_NUM 1 -#define __BUILD_NUM 9 - -#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM -#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM -#define __STRINGIFY(x) #x -#define __VERSION_STRING "0.4.1.9" - -#define __DESC "Tool Tip notification windows" -#define __AUTHOR "Scott Ellis" -#define __AUTHOREMAIL "mail@scottellis.com.au" -#define __COPYRIGHT "© 2005,2006 Scott Ellis" -#define __AUTHORWEB "http://www.scottellis.com.au" - -#ifdef _WIN64 -#define __PLUGIN_NAME "Tipper (x64)" -#elif defined _UNICODE -#define __PLUGIN_NAME "Tipper (Unicode)" -#else -#define __PLUGIN_NAME "Tipper (ANSI)" -#endif -#define __FILENAME "tipper.dll" - -#endif //__VERSION_H_INCLUDED -- cgit v1.2.3