From 6dc070bcc6feb788d1a29afff4db6fd7cd72d464 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Fri, 11 Oct 2024 11:37:00 +0200 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 c62a814b..01c64de4 100644 --- a/cpp/shared/s2p_version.cpp +++ b/cpp/shared/s2p_version.cpp @@ -10,5 +10,5 @@ const int s2p_major_version = 3; const int s2p_minor_version = 4; -const int s2p_revision = 1; +const int s2p_revision = 2; const std::string s2p_suffix = "";