From 84baaf1bd4778bf9e1b668dc9f34f6f5da45c759 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Wed, 11 Jun 2025 14:50:42 +0100 Subject: [PATCH] Update xeus-cpp version to 0.8.0 dev --- include/xeus-cpp/xeus_cpp_config.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/xeus-cpp/xeus_cpp_config.hpp b/include/xeus-cpp/xeus_cpp_config.hpp index c7911fbb..f578a3e7 100644 --- a/include/xeus-cpp/xeus_cpp_config.hpp +++ b/include/xeus-cpp/xeus_cpp_config.hpp @@ -11,8 +11,9 @@ // Project version #define XEUS_CPP_VERSION_MAJOR 0 -#define XEUS_CPP_VERSION_MINOR 7 -#define XEUS_CPP_VERSION_PATCH 1 +#define XEUS_CPP_VERSION_MINOR 8 +#define XEUS_CPP_VERSION_PATCH 0 +#define XEUS_CPP_VERSION_LABEL dev // Composing the version string from major, minor and patch #define XEUS_CPP_CONCATENATE(A, B) XEUS_CPP_CONCATENATE_IMPL(A, B)