mdbx: bump version to 0.9.x (not a release, but API changes).

Change-Id: I756f1224739df53d8503cf308c2c908f6ecd3fd1
This commit is contained in:
Leonid Yuriev 2020-07-31 00:45:34 +03:00
parent 67d27c81d7
commit c778d3cfd4
7 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
version: 0.8.2.{build}
version: 0.9.0.{build}
environment:
matrix:

4
mdbx.h
View File

@ -256,9 +256,9 @@ typedef pthread_t mdbx_tid_t;
/*----------------------------------------------------------------------------*/
/* MDBX version 0.8.2, released 2020-07-06 */
/* MDBX version 0.9.x (development) */
#define MDBX_VERSION_MAJOR 0
#define MDBX_VERSION_MINOR 8
#define MDBX_VERSION_MINOR 9
#ifndef LIBMDBX_API
#if defined(LIBMDBX_EXPORTS)

View File

@ -1,6 +1,6 @@
.\" Copyright 2015-2020 Leonid Yuriev <leo@yuriev.ru>.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.TH MDBX_CHK 1 "2020-06-05" "MDBX 0.8.x"
.TH MDBX_CHK 1 "2020-07-31" "MDBX 0.9.x"
.SH NAME
mdbx_chk \- MDBX checking tool
.SH SYNOPSIS

View File

@ -2,7 +2,7 @@
.\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved.
.\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.TH MDBX_COPY 1 "2020-06-05" "MDBX 0.8.x"
.TH MDBX_COPY 1 "2020-07-31" "MDBX 0.9.x"
.SH NAME
mdbx_copy \- MDBX environment copy tool
.SH SYNOPSIS

View File

@ -2,7 +2,7 @@
.\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved.
.\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.TH MDBX_DUMP 1 "2020-06-05" "MDBX 0.8.x"
.TH MDBX_DUMP 1 "2020-07-31" "MDBX 0.9.x"
.SH NAME
mdbx_dump \- MDBX environment export tool
.SH SYNOPSIS

View File

@ -2,7 +2,7 @@
.\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved.
.\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.TH MDBX_LOAD 1 "2020-06-05" "MDBX 0.8.x"
.TH MDBX_LOAD 1 "2020-07-31" "MDBX 0.9.x"
.SH NAME
mdbx_load \- MDBX environment import tool
.SH SYNOPSIS

View File

@ -2,7 +2,7 @@
.\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved.
.\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.TH MDBX_STAT 1 "2020-06-05" "MDBX 0.8.x"
.TH MDBX_STAT 1 "2020-07-31" "MDBX 0.9.x"
.SH NAME
mdbx_stat \- MDBX environment status tool
.SH SYNOPSIS