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

Commit

Permalink
mdbx: bump internal version info to v0.1.3
Browse files Browse the repository at this point in the history
Change-Id: I7db311c812d531f6628101715f6658005db3ea24
  • Loading branch information
erthink committed Apr 3, 2018
1 parent f8eb423 commit f4a9018
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.1.2.{build}
version: 0.1.3.{build}

environment:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#error "API version mismatch!"
#endif

#define MDBX_VERSION_RELEASE 2
#define MDBX_VERSION_RELEASE 3
#define MDBX_VERSION_REVISION 1

/*LIBMDBX_EXPORTS*/ const mdbx_version_info mdbx_version = {
Expand Down

0 comments on commit f4a9018

Please sign in to comment.