Browse Source

win-capture: Increment graphics hook version

jp9000 5 years ago
parent
commit
6b7d38adfd
1 changed files with 1 additions and 1 deletions
  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 1
-#define HOOK_VER_PATCH 0
+#define HOOK_VER_PATCH 1
 
 #define STRINGIFY(s) #s
 #define MAKE_VERSION_NAME(major, minor, patch) \