fixed mdbx issue(related to detach from git)
This commit is contained in:
parent
072b022514
commit
62cd5f25a4
1 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue