From 509770ee247fd95b4e7dbb04c23501f9172499c2 Mon Sep 17 00:00:00 2001 From: Shy Date: Thu, 3 Jul 2025 22:35:18 -0400 Subject: [PATCH] Version bump --- src/sist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sist.h b/src/sist.h index 1cfb7b5..80c6d37 100644 --- a/src/sist.h +++ b/src/sist.h @@ -51,11 +51,11 @@ #include #include "git_hash.h" -#define VERSION "3.4.2" +#define VERSION "3.4.5" static const char *const Version = VERSION; static const int VersionMajor = 3; static const int VersionMinor = 4; -static const int VersionPatch = 4; +static const int VersionPatch = 5; #ifndef SIST_PLATFORM #define SIST_PLATFORM unknown