From a0f289c53124d52b57373f84a596da3e0f6f7ca7 Mon Sep 17 00:00:00 2001 From: anutosh491 Date: Tue, 17 Feb 2026 15:26:01 +0530 Subject: [PATCH] Release 0.8.1 --- include/xeus-cpp/xeus_cpp_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xeus-cpp/xeus_cpp_config.hpp b/include/xeus-cpp/xeus_cpp_config.hpp index 84893194..cea8e303 100644 --- a/include/xeus-cpp/xeus_cpp_config.hpp +++ b/include/xeus-cpp/xeus_cpp_config.hpp @@ -12,7 +12,7 @@ // Project version #define XEUS_CPP_VERSION_MAJOR 0 #define XEUS_CPP_VERSION_MINOR 8 -#define XEUS_CPP_VERSION_PATCH 0 +#define XEUS_CPP_VERSION_PATCH 1 // Composing the version string from major, minor and patch #define XEUS_CPP_CONCATENATE(A, B) XEUS_CPP_CONCATENATE_IMPL(A, B)