From a5b07086748624298965744bfd0ef8acab631835 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Thu, 2 May 2024 10:18:09 +0200 Subject: [PATCH] Update release version --- 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 e032654f..62ce6438 100644 --- a/cpp/shared/s2p_version.cpp +++ b/cpp/shared/s2p_version.cpp @@ -11,4 +11,4 @@ const int s2p_major_version = 3; const int s2p_minor_version = 2; const int s2p_revision = 0; -const std::string s2p_suffix = "-rc3"; +const std::string s2p_suffix = "";