diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-12 10:39:57 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-12 11:31:48 +0200 |
commit | f9fb8d7a2f0771f0de410c2e981634c0065b0601 (patch) | |
tree | 1eace5ab86c15af0a8bdd0637ec52868979fdf08 /src | |
parent | 894e4d72c9ad11143c45fec5af225e104be4ad74 (diff) | |
download | justbuild-f9fb8d7a2f0771f0de410c2e981634c0065b0601.tar.gz |
Release 1.5.3v1.5.3
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/main/version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |