mirror of
https://github.com/simon987/sist2.git
synced 2025-12-16 08:49:07 +00:00
web UI rewrite, switch to ndjson.zst index format
This commit is contained in:
11
src/sist.h
11
src/sist.h
@@ -47,5 +47,16 @@
|
||||
#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
#include "git_hash.h"
|
||||
|
||||
#define VERSION "2.11.0"
|
||||
static const char *const Version = VERSION;
|
||||
|
||||
#ifndef SIST_PLATFORM
|
||||
#define SIST_PLATFORM unknown
|
||||
#endif
|
||||
|
||||
#define Q(x) #x
|
||||
#define QUOTE(x) Q(x)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user