mirror of
https://github.com/simon987/sist2.git
synced 2025-12-17 09:19:05 +00:00
use sqlite to save index, major thread pool refactor
This commit is contained in:
@@ -49,8 +49,11 @@
|
||||
#include <ctype.h>
|
||||
#include "git_hash.h"
|
||||
|
||||
#define VERSION "2.14.3"
|
||||
#define VERSION "3.0.0"
|
||||
static const char *const Version = VERSION;
|
||||
static const int VersionMajor = 3;
|
||||
static const int VersionMinor = 0;
|
||||
static const int VersionPatch = 0;
|
||||
|
||||
#ifndef SIST_PLATFORM
|
||||
#define SIST_PLATFORM unknown
|
||||
|
||||
Reference in New Issue
Block a user