diff options
-rw-r--r-- | plugins/AvatarHistory/src/Version.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/AvatarHistory/src/Version.h b/plugins/AvatarHistory/src/Version.h index 12a4806ad1..fa7310396f 100644 --- a/plugins/AvatarHistory/src/Version.h +++ b/plugins/AvatarHistory/src/Version.h @@ -4,14 +4,8 @@ #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 "Avatar History"
-#define __INTERNAL_NAME "AvatarHistory"
+#define __PLUGIN_NAME "Avatar history"
#define __FILENAME "AvatarHistory.dll"
#define __DESCRIPTION "This plugin keeps backups of all your contacts' avatar changes and/or shows popups."
#define __AUTHOR "Matthew Wild (MattJ), Ricardo Pescuma Domenecci"
|