diff options
Diffstat (limited to 'plugins/Dbx_mmap_SA')
-rw-r--r-- | plugins/Dbx_mmap_SA/src/version.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/Dbx_mmap_SA/src/version.h b/plugins/Dbx_mmap_SA/src/version.h index 57928c3905..66efe26e18 100644 --- a/plugins/Dbx_mmap_SA/src/version.h +++ b/plugins/Dbx_mmap_SA/src/version.h @@ -1,6 +1,4 @@ -#include "m_version.h"
-
-#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
-#define __VERSION_STRING MIRANDA_VERSION_STRING
-#define __VERSION_DWORD MIRANDA_VERSION_DWORD
+#define __FILEVERSION_STRING 0,7,5,4
+#define __VERSION_STRING "0.7.5.4"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 7, 5, 4)
#define __PLUGIN_NAME "Miranda NG secure database driver"
|