summaryrefslogtreecommitdiff
path: root/plugins/AuthState/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AuthState/src/version.h')
-rw-r--r--plugins/AuthState/src/version.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/AuthState/src/version.h b/plugins/AuthState/src/version.h
index 5c00786988..254161210e 100644
--- a/plugins/AuthState/src/version.h
+++ b/plugins/AuthState/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 "Authorization State"
-#define __INTERNAL_NAME "AuthState"
+#define __PLUGIN_NAME "Authorization state"
#define __FILENAME "AuthState.dll"
#define __DESCRIPTION "If contact didn't authorized you this plugin puts an icon in front of contacts name."
#define __AUTHOR "Thief, idea by snwbrdr"