summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP/src/Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DbEditorPP/src/Version.h')
-rw-r--r--plugins/DbEditorPP/src/Version.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/DbEditorPP/src/Version.h b/plugins/DbEditorPP/src/Version.h
index 4f8b8fa1c3..3008fbae1b 100644
--- a/plugins/DbEditorPP/src/Version.h
+++ b/plugins/DbEditorPP/src/Version.h
@@ -4,15 +4,9 @@
#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 "Database Editor++"
-#define __INTERNAL_NAME "DBEditor"
-#define __FILENAME "Svc_dbepp.dll"
+#define __PLUGIN_NAME "Database editor++"
+#define __FILENAME "DbEditorPP.dll"
#define __DESCRIPTION "Advanced Database Editor."
#define __AUTHOR "Bio, Jonathan Gordon"
#define __AUTHOREMAIL "bio@msx.ru, jdgordy@gmail.com"