From f9fb8d7a2f0771f0de410c2e981634c0065b0601 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 12 Jun 2025 10:39:57 +0200 Subject: Release 1.5.3 --- CHANGELOG.md | 2 +- src/buildtool/main/version.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47352a44..bd9e7764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Release `1.5.3` (UNRELEASED) +## Release `1.5.3` (2025-06-12) Bug fixes on top of `1.5.2`. diff --git a/src/buildtool/main/version.cpp b/src/buildtool/main/version.cpp index 19c073aa..aca4519c 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 = 3; - std::string suffix = "~beta"; + std::string suffix = std::string{}; #ifdef VERSION_EXTRA_SUFFIX suffix += VERSION_EXTRA_SUFFIX; #endif -- cgit v1.2.3