diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-25 21:39:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-25 21:39:35 +0300 |
commit | 01e48461e3ddf45c2e9065276ff4b4c5f59ae77b (patch) | |
tree | eaa56c5a9dd4441a9de77eec52a3a81c411c14c5 /plugins/Dbx_mdbx/src/version.h | |
parent | 18ea49746ac254f97f3265131640b605e41b2fd9 (diff) |
MIDatabaseChecker interface removed
Diffstat (limited to 'plugins/Dbx_mdbx/src/version.h')
-rw-r--r-- | plugins/Dbx_mdbx/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdbx/src/version.h b/plugins/Dbx_mdbx/src/version.h index 543e9abbe4..094b434a85 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 5
+#define __BUILD_NUM 6
#include <stdver.h>
|