Fix #534, version bump

This commit is contained in:
Shy
2025-07-05 09:56:50 -04:00
parent bcab40783c
commit d221e08d67
6 changed files with 22 additions and 6 deletions

View File

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