Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
mdbx: bump version to 0.4
Browse files Browse the repository at this point in the history
Change-Id: I5c034cdc81df246f47e9d86c29ea5f58888a6581
  • Loading branch information
erthink committed Dec 1, 2019
1 parent ed986ec commit ba935ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.3.2.{build}
version: 0.4.0.{build}

environment:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion mdbx.h
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ typedef pthread_t mdbx_tid_t;
/*----------------------------------------------------------------------------*/

#define MDBX_VERSION_MAJOR 0
#define MDBX_VERSION_MINOR 3
#define MDBX_VERSION_MINOR 4

#ifndef LIBMDBX_API
#if defined(LIBMDBX_EXPORTS)
Expand Down

0 comments on commit ba935ab

Please sign in to comment.