mirror of
https://github.com/simon987/sist2.git
synced 2025-04-18 01:36:42 +00:00
version bump,
This commit is contained in:
parent
660fbf75d8
commit
f345fc1a9a
@ -105,7 +105,6 @@ typedef struct database {
|
|||||||
sqlite3_stmt *fts_write_tag_stmt;
|
sqlite3_stmt *fts_write_tag_stmt;
|
||||||
sqlite3_stmt *fts_model_size;
|
sqlite3_stmt *fts_model_size;
|
||||||
|
|
||||||
|
|
||||||
char **tag_array;
|
char **tag_array;
|
||||||
|
|
||||||
database_ipc_ctx_t *ipc_ctx;
|
database_ipc_ctx_t *ipc_ctx;
|
||||||
|
@ -51,11 +51,11 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "git_hash.h"
|
#include "git_hash.h"
|
||||||
|
|
||||||
#define VERSION "3.3.0"
|
#define VERSION "3.3.2"
|
||||||
static const char *const Version = VERSION;
|
static const char *const Version = VERSION;
|
||||||
static const int VersionMajor = 3;
|
static const int VersionMajor = 3;
|
||||||
static const int VersionMinor = 3;
|
static const int VersionMinor = 3;
|
||||||
static const int VersionPatch = 1;
|
static const int VersionPatch = 2;
|
||||||
|
|
||||||
#ifndef SIST_PLATFORM
|
#ifndef SIST_PLATFORM
|
||||||
#define SIST_PLATFORM unknown
|
#define SIST_PLATFORM unknown
|
||||||
|
Loading…
x
Reference in New Issue
Block a user