From bcf1d9a1ed766ee35808f23b48481cbc5168346f Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 19 May 2025 12:22:36 +0200 Subject: Release 1.5.2 --- src/buildtool/main/version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/buildtool/main/version.cpp b/src/buildtool/main/version.cpp index a9cbc174..c8ff3107 100644 --- a/src/buildtool/main/version.cpp +++ b/src/buildtool/main/version.cpp @@ -25,7 +25,7 @@ auto version() -> std::string { static const std::size_t kMajor = 1; static const std::size_t kMinor = 5; static const std::size_t kRevision = 2; - std::string suffix = "~beta"; + std::string suffix = std::string{}; #ifdef VERSION_EXTRA_SUFFIX suffix += VERSION_EXTRA_SUFFIX; #endif -- cgit v1.2.3