diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 07:10:03 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 07:10:03 +0000 |
commit | d828acae837c71992f6a5f9dd688ba7afd944e56 (patch) | |
tree | 3be6506a6bbf40798199e07d4e2a0f0eef721efc /plugins/Dbx_mmap_SA/Dbtool/src/Version.h | |
parent | 9126d2b133d00b836fca640f847a0948f7579e02 (diff) |
Dbx_mmap_SA, Import_SA, Dbtool_SA: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1108 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA/Dbtool/src/Version.h')
-rw-r--r-- | plugins/Dbx_mmap_SA/Dbtool/src/Version.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/Dbx_mmap_SA/Dbtool/src/Version.h b/plugins/Dbx_mmap_SA/Dbtool/src/Version.h new file mode 100644 index 0000000000..1ee2b8a4cf --- /dev/null +++ b/plugins/Dbx_mmap_SA/Dbtool/src/Version.h @@ -0,0 +1,9 @@ +#include "m_version.h"
+
+#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
+#define __VERSION_STRING MIRANDA_VERSION_STRING
+#define __VERSION_DWORD MIRANDA_VERSION_DWORD
+#define __INTERNAL_NAME "dbtool"
+#define __FILENAME "dbtool.exe"
+#define __DESCRIPTION "Miranda IM Database Tool"
+#define __COPYRIGHT "© 2000-2011 Miranda IM project"
|