push version to 2.20.0

This commit is contained in:
Felix Kratz 2024-01-28 00:09:30 +01:00
parent 6e6eefb890
commit ca40c45ac8

View file

@ -25,8 +25,8 @@
#define HELP_OPT_SHRT "-h" #define HELP_OPT_SHRT "-h"
#define MAJOR 2 #define MAJOR 2
#define MINOR 19 #define MINOR 20
#define PATCH 6 #define PATCH 0
#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 140000 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 140000
extern CGError SLSWindowManagementBridgeSetDelegate(void* delegate); extern CGError SLSWindowManagementBridgeSetDelegate(void* delegate);