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.5
Browse files Browse the repository at this point in the history
Change-Id: Id2c82b5cbe567cffe193b86ecf13af93e58363c1
  • Loading branch information
erthink committed Dec 31, 2019
1 parent 6fa79d4 commit 0a487d0
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.4.0.{build}
version: 0.5.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 4
#define MDBX_VERSION_MINOR 5

#ifndef LIBMDBX_API
#if defined(LIBMDBX_EXPORTS)
Expand Down

0 comments on commit 0a487d0

Please sign in to comment.