From 3634576b3903f8316b1dcdc396a70f40fa43f5f5 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 18 Jul 2012 06:59:36 +0000 Subject: ExtraIcon, Favcontacts, FileAsMessage, FingerPrintModPlus: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1006 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExtraIcons/Version.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 plugins/ExtraIcons/Version.h (limited to 'plugins/ExtraIcons/Version.h') diff --git a/plugins/ExtraIcons/Version.h b/plugins/ExtraIcons/Version.h deleted file mode 100644 index c14746132e..0000000000 --- a/plugins/ExtraIcons/Version.h +++ /dev/null @@ -1,20 +0,0 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 2 -#define __RELEASE_NUM 5 -#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 "Extra Icons Service" -#define __INTERNAL_NAME "ExtraIcons" -#define __FILENAME "ExtraIcons.dll" -#define __DESCRIPTION "Extra Icons Service." -#define __AUTHOR "Ricardo Pescuma Domenecci" -#define __AUTHOREMAIL "" -#define __AUTHORWEB "http://pescuma.org/miranda/extraicons" -#define __COPYRIGHT "© 2009 Ricardo Pescuma Domenecci" -- cgit v1.2.3