From ed97d5912d546d229610f03c2670965a026c85fa Mon Sep 17 00:00:00 2001 From: chad-earthscope Date: Thu, 28 Nov 2024 15:34:55 -0800 Subject: [PATCH] Update version to v4.1.1 --- libslink.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libslink.h b/libslink.h index 4e1a094..fc7c0b4 100644 --- a/libslink.h +++ b/libslink.h @@ -28,10 +28,10 @@ extern "C" { #endif -#define LIBSLINK_RELEASE "2024.243" /**< libslink release date */ +#define LIBSLINK_RELEASE "2024.333" /**< libslink release date */ #define LIBSLINK_VERSION_MAJOR 4 /**< libslink major version */ #define LIBSLINK_VERSION_MINOR 1 /**< libslink minor version */ -#define LIBSLINK_VERSION_PATCH 0 /**< libslink patch version */ +#define LIBSLINK_VERSION_PATCH 1 /**< libslink patch version */ #define LIBSLINK_STRINGIFY(a) LIBSLINK_XSTRINGIFY(a) #define LIBSLINK_XSTRINGIFY(a) #a /** @def LIBSLINK_VERSION