diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-01 10:25:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-01 10:25:35 +0000 |
commit | 66f2488441b5aaa17b2e470b5dc538dc7b18ee42 (patch) | |
tree | a9668e0e8d503505cc014a96ff73dd30c0c83936 /protocols/FacebookRM/src/version.h | |
parent | 22372c685876f29b35c5f3e943b046fb562878d8 (diff) |
project cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@4851 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/version.h')
-rw-r--r-- | protocols/FacebookRM/src/version.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/protocols/FacebookRM/src/version.h b/protocols/FacebookRM/src/version.h index c35c72fd48..223710daa2 100644 --- a/protocols/FacebookRM/src/version.h +++ b/protocols/FacebookRM/src/version.h @@ -4,14 +4,10 @@ #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 __TOSTRING(x) #x
+#define __VERSION_STRING __TOSTRING(__FILEVERSION_STRING)
#define __PLUGIN_NAME "Facebook RM"
-#define __INTERNAL_NAME "Facebook RM"
#define __FILENAME "Facebook.dll"
#define __DESCRIPTION "Facebook protocol support for Miranda NG."
#define __AUTHOR "Michal Zelinka, Robert P\xf6" "sel"
|