From db477c77afc5edcdc8717e3b96132dc4f59787e8 Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Tue, 10 Feb 2026 15:14:32 -0600 Subject: [PATCH 1/3] Update cuda_memtest.h --- cuda_memtest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda_memtest.h b/cuda_memtest.h index 3e7bb4d..780f112 100644 --- a/cuda_memtest.h +++ b/cuda_memtest.h @@ -67,7 +67,7 @@ #include #endif -#define VERSION "1.2.3" +#define VERSION "1.2.4" #define ERR_BAD_STATE -1 #define ERR_GENERAL -999 From 8d793e7a4c4f69ba95375243679a89e731443808 Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Tue, 10 Feb 2026 15:16:15 -0600 Subject: [PATCH 2/3] Update RELEASE --- RELEASE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE b/RELEASE index 0cc5c3c..d27c296 100644 --- a/RELEASE +++ b/RELEASE @@ -1,3 +1,6 @@ +1.2.4 (2/10/2025) +* Increment version number, since it has been over a decade + 1.2.3 (2/7/2012) * Fixed a bug broke --max_num_blocks option * Slightly reduced the total memory allocated to allow future small memory allocation to work From 4766ecf552f76f278c13eefeb70e7dbf00fe244c Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Tue, 10 Feb 2026 15:17:12 -0600 Subject: [PATCH 3/3] Update RELEASE --- RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index d27c296..7268580 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -1.2.4 (2/10/2025) +1.2.4 (2/10/2026) * Increment version number, since it has been over a decade 1.2.3 (2/7/2012)