From 686960a0ddc751b8a761ebdc7ecbc3b2371e692a Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Wed, 22 Jan 2025 12:16:16 +0100 Subject: [PATCH] [INFRA] Bump RC version --- include/seqan3/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/seqan3/version.hpp b/include/seqan3/version.hpp index 7c7d1e19de..203e73625c 100644 --- a/include/seqan3/version.hpp +++ b/include/seqan3/version.hpp @@ -19,7 +19,7 @@ //!\brief The patch version as MACRO. #define SEQAN3_VERSION_PATCH 0 //!\brief The release candidate number. 0 means stable release, >= 1 means release candidate. -#define SEQAN3_RELEASE_CANDIDATE 3 +#define SEQAN3_RELEASE_CANDIDATE 4 //!\brief The full version as MACRO (number). #define SEQAN3_VERSION (SEQAN3_VERSION_MAJOR * 10000 + SEQAN3_VERSION_MINOR * 100 + SEQAN3_VERSION_PATCH)