0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

win-capture: Update graphics hook version

This commit is contained in:
jp9000 2020-08-22 13:03:05 -07:00
parent 2220884498
commit 36f8903da1

View File

@ -12,8 +12,8 @@
* THIS IS YOUR ONLY WARNING. */
#define HOOK_VER_MAJOR 1
#define HOOK_VER_MINOR 1
#define HOOK_VER_PATCH 4
#define HOOK_VER_MINOR 2
#define HOOK_VER_PATCH 0
#define STRINGIFY(s) #s
#define MAKE_VERSION_NAME(major, minor, patch) \