From 84dc2c43b35a7e01e1688c6e89e0f1320c8b7c8c Mon Sep 17 00:00:00 2001 From: gezhaoyou Date: Mon, 19 Feb 2024 12:28:32 +0800 Subject: [PATCH] v1.2.0 --- 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 1703065e..d3696bf3 100755 --- a/src/core/gpupixel_macros.h +++ b/src/core/gpupixel_macros.h @@ -10,7 +10,7 @@ #include // version -#define GPUPIXEL_SDK_VERSION "v1.1.1" +#define GPUPIXEL_SDK_VERSION "v1.2.0" #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) //define something for Windows (32-bit and 64-bit, this part is common)