From ca845d80e88d27fe9b74d5c93f9f1fe5751f26e3 Mon Sep 17 00:00:00 2001 From: simon987 Date: Wed, 7 Jun 2023 20:40:45 -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 ca3414c..92f77e1 100644 --- a/src/sist.h +++ b/src/sist.h @@ -51,11 +51,11 @@ #include #include "git_hash.h" -#define VERSION "3.1.1" +#define VERSION "3.1.2" static const char *const Version = VERSION; static const int VersionMajor = 3; static const int VersionMinor = 1; -static const int VersionPatch = 1; +static const int VersionPatch = 2; #ifndef SIST_PLATFORM #define SIST_PLATFORM unknown