From 53af3276f7d56d2645d30d9d000f8ef1e1cd4378 Mon Sep 17 00:00:00 2001 From: anutosh491 Date: Fri, 17 Oct 2025 18:09:48 +0530 Subject: [PATCH] Release 0.7.3 --- 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 bf317d7b..1f156302 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 7 -#define XEUS_CPP_VERSION_PATCH 2 +#define XEUS_CPP_VERSION_PATCH 3 // Composing the version string from major, minor and patch #define XEUS_CPP_CONCATENATE(A, B) XEUS_CPP_CONCATENATE_IMPL(A, B)