nostrdb: pull latest, adding flatcc and lmdb
This commit is contained in:
14
nostrdb/flatcc/flatcc_version.h
Normal file
14
nostrdb/flatcc/flatcc_version.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define FLATCC_VERSION_TEXT "0.6.1"
|
||||
#define FLATCC_VERSION_MAJOR 0
|
||||
#define FLATCC_VERSION_MINOR 6
|
||||
#define FLATCC_VERSION_PATCH 1
|
||||
/* 1 or 0 */
|
||||
#define FLATCC_VERSION_RELEASED 1
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user