mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
SQLITE_VEC_VERSION_MAJOR SQLITE_VEC_VERSION_MINOR and SQLITE_VEC_VERSION_PATCH in sqlite-vec.h
This commit is contained in:
parent
86df498910
commit
a12c0d73e6
2 changed files with 8 additions and 0 deletions
|
|
@ -23,6 +23,11 @@
|
|||
#define SQLITE_VEC_DATE "${DATE}"
|
||||
#define SQLITE_VEC_SOURCE "${SOURCE}"
|
||||
|
||||
|
||||
#define SQLITE_VEC_VERSION_MAJOR ${VERSION_MAJOR}
|
||||
#define SQLITE_VEC_VERSION_MINOR ${VERSION_MINOR}
|
||||
#define SQLITE_VEC_VERSION_PATCH ${VERSION_PATCH}
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue