diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-19 10:01:41 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-19 10:01:41 +0000 |
commit | 492827eb82a0f7a3cacd88c82135c54a0a08825f (patch) | |
tree | f4a5df15d3413b46fc69e0b8596b99a82494fa8e /plugins/DbEditorPP/src/Version.h | |
parent | 03e6d34e4f99ca3d907b328cf8afd8b7b8152b69 (diff) |
DbEditorPP: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1037 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src/Version.h')
-rw-r--r-- | plugins/DbEditorPP/src/Version.h | 20 |
1 files changed, 20 insertions, 0 deletions
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"
|