From 6e50ab15297a78f39ab4d297e3a0adc67d6f8a68 Mon Sep 17 00:00:00 2001 From: Nicholas Hayes <0xC0000054@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:10:23 -0700 Subject: [PATCH] Release version 3.3.4 --- 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 afd4e62..0027a09 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,3,3,0 -#define VI_VERSION_STR "3.3.3.0" +#define VI_VERSION 3,3,4,0 +#define VI_VERSION_STR "3.3.4.0" #endif // !VERSION_H