From 4f25298d06337f8277e74c19c7cf81ef55427fa5 Mon Sep 17 00:00:00 2001 From: Nicholas Hayes <0xC0000054@users.noreply.github.com> Date: Fri, 16 Jul 2021 23:40:51 -0600 Subject: [PATCH] Release version 2.9.8 --- 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 c7f3c62..a686b8e 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -13,7 +13,7 @@ #ifndef VERSION_H #define VERSION_H -#define VI_VERSION 2,9,7,1 -#define VI_VERSION_STR "2.9.7.1" +#define VI_VERSION 2,9,8,0 +#define VI_VERSION_STR "2.9.8.0" #endif // !VERSION_H