From cd44bfd05d1f11e86c625e6b5b5e041546055b93 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Thu, 23 Jan 2025 07:54:24 +0000 Subject: [PATCH] Update xeus-cpp version to 0.7.0 dev after 0.6.0 release --- 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 01ac11eb..90516a1d 100644 --- a/include/xeus-cpp/xeus_cpp_config.hpp +++ b/include/xeus-cpp/xeus_cpp_config.hpp @@ -11,7 +11,7 @@ // Project version #define XEUS_CPP_VERSION_MAJOR 0 -#define XEUS_CPP_VERSION_MINOR 6 +#define XEUS_CPP_VERSION_MINOR 7 #define XEUS_CPP_VERSION_PATCH 0 #define XEUS_CPP_VERSION_LABEL dev