expose indexRoot value to documents

This commit is contained in:
2023-10-08 21:00:03 -04:00
parent 8299237ea0
commit b8c905bd64
3 changed files with 16 additions and 17 deletions

View File

@@ -51,11 +51,11 @@
#include <ctype.h>
#include "git_hash.h"
#define VERSION "3.3.4"
#define VERSION "3.3.5"
static const char *const Version = VERSION;
static const int VersionMajor = 3;
static const int VersionMinor = 3;
static const int VersionPatch = 4;
static const int VersionPatch = 5;
#ifndef SIST_PLATFORM
#define SIST_PLATFORM unknown