diff --git a/src/database/database.h b/src/database/database.h index 8fd2d1f..151bc5f 100644 --- a/src/database/database.h +++ b/src/database/database.h @@ -105,7 +105,6 @@ typedef struct database { sqlite3_stmt *fts_write_tag_stmt; sqlite3_stmt *fts_model_size; - char **tag_array; database_ipc_ctx_t *ipc_ctx; diff --git a/src/sist.h b/src/sist.h index b7d78d6..42e2b3a 100644 --- a/src/sist.h +++ b/src/sist.h @@ -51,11 +51,11 @@ #include #include "git_hash.h" -#define VERSION "3.3.0" +#define VERSION "3.3.2" static const char *const Version = VERSION; static const int VersionMajor = 3; static const int VersionMinor = 3; -static const int VersionPatch = 1; +static const int VersionPatch = 2; #ifndef SIST_PLATFORM #define SIST_PLATFORM unknown