version bump

This commit is contained in:
simon987 2023-04-23 18:26:55 -04:00
parent b286c652ad
commit 35cfd3b3b1

View File

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