From 8f988567c6526bf89e26f965123b4e0730c2f5aa Mon Sep 17 00:00:00 2001 From: Nicholas Hayes <0xC0000054@users.noreply.github.com> Date: Sat, 26 Feb 2022 22:11:49 -0700 Subject: [PATCH] Release version 3.0.2.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 5aa2ac7..07abf61 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,0,2,0 -#define VI_VERSION_STR "3.0.2.0" +#define VI_VERSION 3,0,2,1 +#define VI_VERSION_STR "3.0.2.1" #endif // !VERSION_H