diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-26 14:56:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-26 14:56:53 +0000 |
commit | d5d6965af7e69367babf40b7fb1d7fca8617cabe (patch) | |
tree | 614f57382fcf26c3895d4166f67657c3b0e23e3e /plugins/DbChecker/src/version.h | |
parent | 78eb36ffcbd1b71eee1b912a927522fd3f19b347 (diff) |
dbtool is divided into two parts: DbChecker & appendix for db3x_mmap plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@1195 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbChecker/src/version.h')
-rw-r--r-- | plugins/DbChecker/src/version.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/DbChecker/src/version.h b/plugins/DbChecker/src/version.h new file mode 100644 index 0000000000..58f9cf348c --- /dev/null +++ b/plugins/DbChecker/src/version.h @@ -0,0 +1,5 @@ +#include <m_version.h>
+
+#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
+#define __VERSION_STRING MIRANDA_VERSION_STRING
+#define __VERSION_DWORD MIRANDA_VERSION_DWORD
|