summaryrefslogtreecommitdiff
path: root/plugins/FTPFileYM/src/version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-26 07:21:51 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-26 07:21:51 +0000
commit9c4928583627025821e92541fa8b73f277c6fc38 (patch)
treefe1d83cd0c47937ae2d3867afaa6bb3c9be94300 /plugins/FTPFileYM/src/version.h
parent0c4b23acc48e7237df0d8111929840fe91ace4c0 (diff)
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM/src/version.h')
-rw-r--r--plugins/FTPFileYM/src/version.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/FTPFileYM/src/version.h b/plugins/FTPFileYM/src/version.h
index 8186e44083..1b24ffddbf 100644
--- a/plugins/FTPFileYM/src/version.h
+++ b/plugins/FTPFileYM/src/version.h
@@ -4,14 +4,8 @@
#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 "FTP File YM"
-#define __INTERNAL_NAME "FTPFile"
#define __FILENAME "FTPFile.dll"
#define __DESCRIPTION "FTP a file to a server and send the URL to your friend. Supported automatic zipping before upload and encryption via SFTP and FTPS."
#define __AUTHOR "yaho"