浏览代码

win-capture: Bump graphics hook version to 1.8.0

jpark37 3 年之前
父节点
当前提交
00828d1d06
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/win-capture/graphics-hook-ver.h

+ 2 - 2
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) \