From a8a489214493adc42cdaa70f1460a87bf46546e7 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Tue, 2 Jul 2024 14:51:17 +0200 Subject: [PATCH] Release 5.1.1 --- include/xeus/xeus.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xeus/xeus.hpp b/include/xeus/xeus.hpp index 671fe3b5..44bc415c 100644 --- a/include/xeus/xeus.hpp +++ b/include/xeus/xeus.hpp @@ -27,13 +27,13 @@ // Project version #define XEUS_VERSION_MAJOR 5 #define XEUS_VERSION_MINOR 1 -#define XEUS_VERSION_PATCH 0 +#define XEUS_VERSION_PATCH 1 // 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 12 -#define XEUS_BINARY_REVISION 0 +#define XEUS_BINARY_REVISION 1 #define XEUS_BINARY_AGE 1 // Kernel protocol version