From c66fa09b46d79308143d6aa71ee0baf2b8629c82 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sun, 4 Oct 2020 11:41:19 -0700 Subject: [PATCH] win-capture: Update 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 18f5e27ee..3475bcb84 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 2 -#define HOOK_VER_PATCH 1 +#define HOOK_VER_PATCH 2 #define STRINGIFY(s) #s #define MAKE_VERSION_NAME(major, minor, patch) \