summaryrefslogtreecommitdiff
path: root/plugins/Sessions/Src/Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Sessions/Src/Version.h')
-rw-r--r--plugins/Sessions/Src/Version.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/Sessions/Src/Version.h b/plugins/Sessions/Src/Version.h
index 303ecf5ed0..54358ffc34 100644
--- a/plugins/Sessions/Src/Version.h
+++ b/plugins/Sessions/Src/Version.h
@@ -4,15 +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 "Sessions"
-#define __INTERNAL_NAME "Sessions"
#define __FILENAME "Sessions.dll"
#define __DESCRIPTION "Sessions Manager for Miranda NG."
#define __AUTHOR "MaD_CLuSTeR"