diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-24 22:31:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-24 22:31:57 +0300 |
commit | b69dfc075ed0b9f8bcecb55a6e586bae74dedc88 (patch) | |
tree | a8b868afba7ecf2884756aac2aa623db33ffe840 /plugins/Dbx_mdbx/src/version.h | |
parent | d7e276514d48a5b479d5526adcc16e1d1ee37906 (diff) |
crash fix for mdbx under XP (p.3 of #1199)
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 aa3c82c33e..543e9abbe4 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 4
+#define __BUILD_NUM 5
#include <stdver.h>
|