From 4efe2a2f79973616dfc3c2a087b7cc9ce045da45 Mon Sep 17 00:00:00 2001 From: Nicholas Hayes <0xC0000054@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:41:44 -0700 Subject: [PATCH] Release version 3.4.3.1 --- src/common/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/version.h b/src/common/version.h index 21207b8..cb23114 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -13,7 +13,7 @@ #ifndef VERSION_H #define VERSION_H -#define VI_VERSION 3,4,3,0 -#define VI_VERSION_STR "3.4.3.0" +#define VI_VERSION 3,4,3,1 +#define VI_VERSION_STR "3.4.3.1" #endif // !VERSION_H