Version bump

This commit is contained in:
simon987 2023-06-07 20:40:45 -04:00
parent e2025df2c0
commit ca845d80e8

View File

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