From 25d6d1f142254db3af357e509f9d63463bccf010 Mon Sep 17 00:00:00 2001 From: Nicholas Hayes <0xC0000054@users.noreply.github.com> Date: Sun, 29 Nov 2020 21:20:10 -0700 Subject: [PATCH] Release version 1.0.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 92f6b4d..2b42c37 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -10,5 +10,5 @@ // //////////////////////////////////////////////////////////////////////// -#define VI_VERSION 1,0,0,0 -#define VI_VERSION_STR "1.0.0.0" +#define VI_VERSION 1,0,1,0 +#define VI_VERSION_STR "1.0.1.0"