diff options
Diffstat (limited to 'plugins/Dbx_mmap_SA/src/version.h')
-rw-r--r-- | plugins/Dbx_mmap_SA/src/version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Dbx_mmap_SA/src/version.h b/plugins/Dbx_mmap_SA/src/version.h new file mode 100644 index 0000000000..57928c3905 --- /dev/null +++ b/plugins/Dbx_mmap_SA/src/version.h @@ -0,0 +1,6 @@ +#include "m_version.h"
+
+#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
+#define __VERSION_STRING MIRANDA_VERSION_STRING
+#define __VERSION_DWORD MIRANDA_VERSION_DWORD
+#define __PLUGIN_NAME "Miranda NG secure database driver"
|