Version bump, fix #392

This commit is contained in:
2023-07-15 11:57:18 -04:00
parent 70242846ae
commit f56cfb0f2f
5 changed files with 19 additions and 4 deletions

View File

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