version bump

This commit is contained in:
2023-10-07 15:04:19 -04:00
parent 31646a2747
commit 8299237ea0
2 changed files with 3 additions and 3 deletions

View File

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