fixed mdbx issue(related to detach from git)

This commit is contained in:
cryptozoidberg 2022-04-25 15:14:35 +02:00
parent 072b022514
commit 62cd5f25a4
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -3,10 +3,10 @@
#include "internals.h"
#if MDBX_VERSION_MAJOR != ${MDBX_VERSION_MAJOR} || \
MDBX_VERSION_MINOR != ${MDBX_VERSION_MINOR}
#error "API version mismatch! Had `git fetch --tags` done?"
#endif
//#if MDBX_VERSION_MAJOR != ${MDBX_VERSION_MAJOR} || \
// MDBX_VERSION_MINOR != ${MDBX_VERSION_MINOR}
//#error "API version mismatch! Had `git fetch --tags` done?"
//#endif
static const char sourcery[] = STRINGIFY(MDBX_BUILD_SOURCERY);