Skip to content

Commit

Permalink
Release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Apr 15, 2024
1 parent c6369e0 commit fd65b9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/xeus/xeus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
// Project version
#define XEUS_VERSION_MAJOR 4
#define XEUS_VERSION_MINOR 0
#define XEUS_VERSION_PATCH 2
#define XEUS_VERSION_PATCH 3

// Binary version
// See the following URL for explanations about the binary versionning
// https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
#define XEUS_BINARY_CURRENT 10
#define XEUS_BINARY_REVISION 2
#define XEUS_BINARY_REVISION 3
#define XEUS_BINARY_AGE 0

// Kernel protocol version
Expand Down

0 comments on commit fd65b9e

Please sign in to comment.