diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 11:25:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 11:25:35 +0000 |
commit | 22f041cb647f9c765004d3295d5a57a7220f55f0 (patch) | |
tree | e1051d19ee3d4cd334088a6bbd3657f9d212618f /plugins/PasteIt/src/version.h | |
parent | 7b282524fe2768851dd857223a7ff243d160362a (diff) |
removed not used headers
projects cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@3868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PasteIt/src/version.h')
-rw-r--r-- | plugins/PasteIt/src/version.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/PasteIt/src/version.h b/plugins/PasteIt/src/version.h index 8a06c8b4c7..d449664f18 100644 --- a/plugins/PasteIt/src/version.h +++ b/plugins/PasteIt/src/version.h @@ -4,17 +4,11 @@ #define __BUILD_NUM 3
#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 "Paste It"
-#define __INTERNAL_NAME "PasteIt"
+#define __PLUGIN_NAME "Paste it"
#define __FILENAME "PasteIt.dll"
#define __DESCRIPTION "Uploads the text to web page and sends the URL to your friends."
#define __AUTHOR "Krzysztof Kral"
#define __AUTHOREMAIL "programista@poczta.of.pl"
#define __AUTHORWEB "http://miranda-ng.org/"
-#define __COPYRIGHT "Copyright (c) 2011 KrzysztofKral"
+#define __COPYRIGHT "© 2011 KrzysztofKral"
|