From 5027eeea2839eca52c7879bdfbf00f6bd5cf5075 Mon Sep 17 00:00:00 2001 From: anutosh491 Date: Fri, 17 Oct 2025 18:09:48 +0530 Subject: [PATCH] Release 0.8.0 --- include/xeus-cpp/xeus_cpp_config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xeus-cpp/xeus_cpp_config.hpp b/include/xeus-cpp/xeus_cpp_config.hpp index bf317d7b..84893194 100644 --- a/include/xeus-cpp/xeus_cpp_config.hpp +++ b/include/xeus-cpp/xeus_cpp_config.hpp @@ -11,8 +11,8 @@ // Project version #define XEUS_CPP_VERSION_MAJOR 0 -#define XEUS_CPP_VERSION_MINOR 7 -#define XEUS_CPP_VERSION_PATCH 2 +#define XEUS_CPP_VERSION_MINOR 8 +#define XEUS_CPP_VERSION_PATCH 0 // Composing the version string from major, minor and patch #define XEUS_CPP_CONCATENATE(A, B) XEUS_CPP_CONCATENATE_IMPL(A, B)