push version to 2.18.0

This commit is contained in:
Felix Kratz 2023-10-25 12:50:32 +02:00
parent dc59f2e36a
commit 39193fc06d

View file

@ -25,8 +25,8 @@
#define HELP_OPT_SHRT "-h" #define HELP_OPT_SHRT "-h"
#define MAJOR 2 #define MAJOR 2
#define MINOR 17 #define MINOR 18
#define PATCH 1 #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);