From ba863e4e6cb65b5eb175a0a436074a229a730384 Mon Sep 17 00:00:00 2001 From: simon987 Date: Fri, 14 Jul 2023 11:35:11 -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 92f77e1..88339a0 100644 --- a/src/sist.h +++ b/src/sist.h @@ -51,11 +51,11 @@ #include #include "git_hash.h" -#define VERSION "3.1.2" +#define VERSION "3.1.3" static const char *const Version = VERSION; static const int VersionMajor = 3; static const int VersionMinor = 1; -static const int VersionPatch = 2; +static const int VersionPatch = 3; #ifndef SIST_PLATFORM #define SIST_PLATFORM unknown