From 684a7188f4c6fec5eb97ea57d98d4a66fd834267 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Tue, 2 May 2023 12:33:18 +0200 Subject: [PATCH] [INFRA] set version to release --- include/raptor/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/raptor/version.hpp b/include/raptor/version.hpp index fa50fccd..5feba6f6 100644 --- a/include/raptor/version.hpp +++ b/include/raptor/version.hpp @@ -21,7 +21,7 @@ //!\brief The patch version as MACRO. #define RAPTOR_VERSION_PATCH 0 //!\brief The release candidate number. 0 means stable release, >= 1 means release candidate. -#define RAPTOR_RELEASE_CANDIDATE 1 +#define RAPTOR_RELEASE_CANDIDATE 0 //!\brief The full version as MACRO (number). #define RAPTOR_VERSION (RAPTOR_VERSION_MAJOR * 10000 + RAPTOR_VERSION_MINOR * 100 + RAPTOR_VERSION_PATCH)