From 5efd8a4b44acd4168c1eb7f2083412f28752c97a Mon Sep 17 00:00:00 2001 From: Liam Keh Date: Thu, 22 Feb 2024 08:32:39 +0800 Subject: [PATCH] v1.2.2 --- 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 afa283b8..cbb1266b 100755 --- a/src/core/gpupixel_macros.h +++ b/src/core/gpupixel_macros.h @@ -10,7 +10,7 @@ #include // version -#define GPUPIXEL_SDK_VERSION "v1.2.1" +#define GPUPIXEL_SDK_VERSION "v1.2.2" #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) //define something for Windows (32-bit and 64-bit, this part is common)