From 492827eb82a0f7a3cacd88c82135c54a0a08825f Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 19 Jul 2012 10:01:41 +0000 Subject: DbEditorPP: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1037 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/Version.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/DbEditorPP/src/Version.h (limited to 'plugins/DbEditorPP/src/Version.h') diff --git a/plugins/DbEditorPP/src/Version.h b/plugins/DbEditorPP/src/Version.h new file mode 100644 index 0000000000..565dddb582 --- /dev/null +++ b/plugins/DbEditorPP/src/Version.h @@ -0,0 +1,20 @@ +#define __MAJOR_VERSION 3 +#define __MINOR_VERSION 2 +#define __RELEASE_NUM 0 +#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 __DESCRIPTION "Advanced Database Editor." +#define __AUTHOR "Bio, Jonathan Gordon" +#define __AUTHOREMAIL "bio@msx.ru, jdgordy@gmail.com" +#define __AUTHORWEB "http://addons.miranda-im.org/details.php?action=viewfile&id=2957" +#define __COPYRIGHT "© 2003-2011 Bio, Jonathan Gordon" -- cgit v1.2.3