summaryrefslogtreecommitdiff
path: root/plugins/ExtraIcons/src/Version.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-11-01 15:21:14 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-11-01 15:21:14 +0000
commit6a9ca768674c3bee792a27be74e5aac8d78583bd (patch)
tree522cc6b84cfb7597be1aacf530e3d063d5809f38 /plugins/ExtraIcons/src/Version.h
parent4e406184646a2d90f228f58abd74661b4de2e2d2 (diff)
ExtraIcons plugin deleted and removed from sln (not needed anymore, plugin moved to the core)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2132 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExtraIcons/src/Version.h')
-rw-r--r--plugins/ExtraIcons/src/Version.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/ExtraIcons/src/Version.h b/plugins/ExtraIcons/src/Version.h
deleted file mode 100644
index 7ce11c04b0..0000000000
--- a/plugins/ExtraIcons/src/Version.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 3
-#define __RELEASE_NUM 0
-#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://miranda-ng.org/"
-#define __COPYRIGHT "© 2009 Ricardo Pescuma Domenecci"