This commit is contained in:
2023-04-15 12:39:47 -04:00
parent ebc9468251
commit 9813646c11
3 changed files with 36 additions and 23 deletions

View File

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