From cb3959fe33c999e48ede126a02b09010da6155cb Mon Sep 17 00:00:00 2001 From: Nicholas Hayes <0xC0000054@users.noreply.github.com> Date: Thu, 17 Feb 2022 15:21:46 -0700 Subject: [PATCH] Release version 1.0.2 --- 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 9413d54..acaa325 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -21,7 +21,7 @@ #ifndef VERSION_H #define VERSION_H -#define VI_VERSION 1,0,1,0 -#define VI_VERSION_STR "1.0.1.0" +#define VI_VERSION 1,0,2,0 +#define VI_VERSION_STR "1.0.2.0" #endif