From 47f292994e550fcb648680cfcbe110e76f7e7039 Mon Sep 17 00:00:00 2001 From: tqfx Date: Fri, 6 Sep 2024 13:05:34 +0800 Subject: [PATCH] update A_VERSION_TWEAK --- include/a/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/a/version.h b/include/a/version.h index 6286d642..d4d37dc6 100644 --- a/include/a/version.h +++ b/include/a/version.h @@ -34,7 +34,7 @@ /*! algorithm library version tweak */ #ifndef A_VERSION_TWEAK -#define A_VERSION_TWEAK 20240630 +#define A_VERSION_TWEAK 20240906 #endif /* A_VERSION_TWEAK */ #define A_VERSION_TOSTR(X) A_CAST_1(X)