summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src/Version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-05 11:03:20 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-05 11:03:20 +0000
commit031ffc0b97cdc214e9195ab9aaa6e5b43c7b59de (patch)
tree9423e691129b3c5cd7aa75428d062f625f3421c5 /plugins/NewsAggregator/Src/Version.h
parent6d7fccf550027cc599d57d9e3d6235d868d0da5b (diff)
short name replaced on long plugin name
removed not used headers git-svn-id: http://svn.miranda-ng.org/main/trunk@2974 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Version.h')
-rw-r--r--plugins/NewsAggregator/Src/Version.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/NewsAggregator/Src/Version.h b/plugins/NewsAggregator/Src/Version.h
index 51809032fe..1c732bd7f2 100644
--- a/plugins/NewsAggregator/Src/Version.h
+++ b/plugins/NewsAggregator/Src/Version.h
@@ -4,14 +4,8 @@
#define __BUILD_NUM 1
#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 "News Aggregator"
-#define __INTERNAL_NAME "NewsAggregator"
#define __FILENAME "NewsAggregator.dll"
#define __DESCRIPTION "RSS/Atom news aggregator."
#define __AUTHOR "Mataes, FREAK_THEMIGHTY"