diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-23 16:58:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-23 16:58:35 +0300 |
commit | 6a6b08bfbdc3d77874b72ccb4b99cc50c6b8397b (patch) | |
tree | 5c0db265d88d596bb0644370f49c84135f0143b4 /plugins/Dbx_mdbx/src/version.h | |
parent | 57b7c931f578057739f014734257ed8e6b21713f (diff) |
fixes #1195 (Import from mdbx is broken)
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 f8079874d9..aa3c82c33e 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 3
+#define __BUILD_NUM 4
#include <stdver.h>
|