From b950b010bf2321a3eea1a0163dbe2630b1d39a14 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Fri, 17 Feb 2017 22:04:38 +0300 Subject: [PATCH] mdbx: update version timestamp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://en.wikipedia.org/wiki/Institute_of_Mathematical_Problems_of_Biology 17 февраля 1972 — организован Научно-исследовательский вычислительный центр (НИВЦ) АН СССР. --- lmdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmdb.h b/lmdb.h index 0fded84e8..390316322 100644 --- a/lmdb.h +++ b/lmdb.h @@ -209,7 +209,7 @@ typedef int mdb_filehandle_t; MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH) /** The release date of this library version */ -#define MDB_VERSION_DATE "2016-12-28" +#define MDB_VERSION_DATE "2017-02-17" /** A stringifier for the version info */ #define MDB_VERSTR(a,b,c,d) "MDBX " #a "." #b "." #c ": (" d ", https://github.com/ReOpen/libmdbx)"