From 11de9d450a717dcd13c4d54412a09718da65eaa7 Mon Sep 17 00:00:00 2001 From: gezhaoyou Date: Sat, 3 Feb 2024 13:18:13 +0800 Subject: [PATCH] [version]: 1.1.1 --- src/core/gpupixel_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/gpupixel_macros.h b/src/core/gpupixel_macros.h index 8fc2cdd3..7647ee73 100755 --- a/src/core/gpupixel_macros.h +++ b/src/core/gpupixel_macros.h @@ -10,7 +10,7 @@ #include // version -#define GPUPIXEL_SDK_VERSION "v1.0.6" +#define GPUPIXEL_SDK_VERSION "v1.1.1" #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) //define something for Windows (32-bit and 64-bit, this part is common)