浏览代码

win-capture: Update graphics hook version

Ensures that the newer hook version is copied when installed
Lain 2 年之前
父节点
当前提交
6002a6f8fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/win-capture/graphics-hook-ver.h

+ 1 - 1
plugins/win-capture/graphics-hook-ver.h

@@ -13,7 +13,7 @@
 
 #define HOOK_VER_MAJOR 1
 #define HOOK_VER_MINOR 8
-#define HOOK_VER_PATCH 2
+#define HOOK_VER_PATCH 3
 
 #ifndef STRINGIFY
 #define STRINGIFY(s) #s