Version bump

This commit is contained in:
Shy 2025-07-05 08:51:28 -04:00
parent ea23bf01e3
commit bcab40783c

View File

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