Skip to content

Commit

Permalink
Bump the minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko authored Sep 24, 2024
1 parent 1faa8f8 commit 43ef9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcanard/canard.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43ef9dd

Please sign in to comment.