From 43ef9ddae80ac55d979b8e4310a86bc783ecf95e Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Tue, 24 Sep 2024 16:18:37 +0300 Subject: [PATCH] Bump the minor version number --- libcanard/canard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcanard/canard.h b/libcanard/canard.h index 4cd172e..47bb230 100644 --- a/libcanard/canard.h +++ b/libcanard/canard.h @@ -94,7 +94,7 @@ extern "C" { /// Semantic version of this library (not the Cyphal specification). /// API will be backward compatible within the same major version. #define CANARD_VERSION_MAJOR 3 -#define CANARD_VERSION_MINOR 2 +#define CANARD_VERSION_MINOR 3 /// The version number of the Cyphal specification implemented by this library. #define CANARD_CYPHAL_SPECIFICATION_VERSION_MAJOR 1