From 4575f2d148ad3d5663497d36b4db8c13b065fc1f Mon Sep 17 00:00:00 2001 From: Nicholas Hayes <0xC0000054@users.noreply.github.com> Date: Fri, 18 Nov 2022 22:24:34 -0700 Subject: [PATCH] Release version 1.0.6.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 b82a930..6724a1d 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,6,3 -#define VI_VERSION_STR "1.0.6.3" +#define VI_VERSION 1,0,6,4 +#define VI_VERSION_STR "1.0.6.4" #endif