summaryrefslogtreecommitdiff
path: root/plugins/MobileState/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MobileState/src/version.h')
-rw-r--r--plugins/MobileState/src/version.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/MobileState/src/version.h b/plugins/MobileState/src/version.h
index dde83653b5..5f312a9de8 100644
--- a/plugins/MobileState/src/version.h
+++ b/plugins/MobileState/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 "Mobile State"
-#define __INTERNAL_NAME "MobileState"
+#define __PLUGIN_NAME "Mobile state"
#define __FILENAME "MobileState.dll"
#define __DESCRIPTION "Plugin shows mobile icon in contact list next to contacts which are using mobile client."
#define __AUTHOR "Robert P\xf6" "sel"