From a97c1fd95596f0213300ca9ae39227ef932a04cc Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Thu, 21 Nov 2024 16:53:10 +0100 Subject: [PATCH] Update version for release --- cpp/shared/s2p_version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/shared/s2p_version.cpp b/cpp/shared/s2p_version.cpp index 0ed6a475..c99ac455 100644 --- a/cpp/shared/s2p_version.cpp +++ b/cpp/shared/s2p_version.cpp @@ -11,4 +11,4 @@ const int s2p_major_version = 4; const int s2p_minor_version = 0; const int s2p_revision = 0; -const std::string s2p_suffix = "-rc5"; +const std::string s2p_suffix = "";