diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-05 13:48:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-05 13:48:13 +0300 |
commit | c4d3dc0ddc205412d4d727d505344fe343f01a77 (patch) | |
tree | 2bb2b736550b59dd69bc565feff101b89085cadf /plugins/Dbx_mdbx/src/version.h | |
parent | 475038623a1ee85c2e63031fe01dc8c8b620f067 (diff) |
Dbx_mdbx:
- fixes problem with false database corruption reporting when database file shrinks;
- code merge with libmsbx master;
- obsoleted DllMain function expunged;
- manual SRW locks replaced with those provided from Windows when possible
- version bump
Diffstat (limited to 'plugins/Dbx_mdbx/src/version.h')
-rw-r--r-- | plugins/Dbx_mdbx/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dbx_mdbx/src/version.h b/plugins/Dbx_mdbx/src/version.h index ba74fc9109..81bf0f7155 100644 --- a/plugins/Dbx_mdbx/src/version.h +++ b/plugins/Dbx_mdbx/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
-#define __RELEASE_NUM 8
-#define __BUILD_NUM 7
+#define __RELEASE_NUM 9
+#define __BUILD_NUM 1
#include <stdver.h>
|