From 00828d1d06af172769237a5c74d9456d88bc2e26 Mon Sep 17 00:00:00 2001 From: jpark37 Date: Fri, 29 Jul 2022 22:00:02 -0700 Subject: [PATCH] win-capture: Bump graphics hook version to 1.8.0 --- plugins/win-capture/graphics-hook-ver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/win-capture/graphics-hook-ver.h b/plugins/win-capture/graphics-hook-ver.h index 7efddb6d7..f60a12447 100644 --- a/plugins/win-capture/graphics-hook-ver.h +++ b/plugins/win-capture/graphics-hook-ver.h @@ -12,8 +12,8 @@ * THIS IS YOUR ONLY WARNING. */ #define HOOK_VER_MAJOR 1 -#define HOOK_VER_MINOR 7 -#define HOOK_VER_PATCH 1 +#define HOOK_VER_MINOR 8 +#define HOOK_VER_PATCH 0 #define STRINGIFY(s) #s #define MAKE_VERSION_NAME(major, minor, patch) \