mdbx: начало разработки ветки 0.14.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-01-13 16:54:52 +03:00
parent bd45668fee
commit 84e2c70b98
2 changed files with 28 additions and 2 deletions

4
mdbx.h
View File

@@ -581,9 +581,9 @@ typedef mode_t mdbx_mode_t;
extern "C" {
#endif
/* MDBX version 0.13.x */
/* MDBX version 0.14.x */
#define MDBX_VERSION_MAJOR 0
#define MDBX_VERSION_MINOR 13
#define MDBX_VERSION_MINOR 14
#ifndef LIBMDBX_API
#if defined(LIBMDBX_EXPORTS) || defined(DOXYGEN)