From 1ad579741588b6268ddc812cc88f7963bc10c409 Mon Sep 17 00:00:00 2001 From: anutosh491 Date: Fri, 30 May 2025 15:26:40 +0530 Subject: [PATCH] Release 0.7.0 --- include/xeus-cpp/xeus_cpp_config.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/xeus-cpp/xeus_cpp_config.hpp b/include/xeus-cpp/xeus_cpp_config.hpp index 90516a1d..eebe2b99 100644 --- a/include/xeus-cpp/xeus_cpp_config.hpp +++ b/include/xeus-cpp/xeus_cpp_config.hpp @@ -13,7 +13,6 @@ #define XEUS_CPP_VERSION_MAJOR 0 #define XEUS_CPP_VERSION_MINOR 7 #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)