From 9deb8fe292cc3d66245d84899b6983053539dc3d Mon Sep 17 00:00:00 2001 From: jp9000 Date: Tue, 28 Sep 2021 10:08:55 -0700 Subject: [PATCH] win-capture: Update graphics hook version to 1.7.1 Makes sure that OBS updates its graphics hook version --- plugins/win-capture/graphics-hook-ver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/win-capture/graphics-hook-ver.h b/plugins/win-capture/graphics-hook-ver.h index ade12980a..7efddb6d7 100644 --- a/plugins/win-capture/graphics-hook-ver.h +++ b/plugins/win-capture/graphics-hook-ver.h @@ -13,7 +13,7 @@ #define HOOK_VER_MAJOR 1 #define HOOK_VER_MINOR 7 -#define HOOK_VER_PATCH 0 +#define HOOK_VER_PATCH 1 #define STRINGIFY(s) #s #define MAKE_VERSION_NAME(major, minor, patch) \