diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-11 12:07:50 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-11 12:07:50 +0200 |
commit | 7ad13d5f3048a2ad02a53a37676df05c05bf25fc (patch) | |
tree | d90237f662acf3bbedafce728d13a0bc8d60d83a /src | |
parent | bcf1d9a1ed766ee35808f23b48481cbc5168346f (diff) | |
download | justbuild-7ad13d5f3048a2ad02a53a37676df05c05bf25fc.tar.gz |
Start 1.5.3 development cycle
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/main/version.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/main/version.cpp b/src/buildtool/main/version.cpp index c8ff3107..19c073aa 100644 --- a/src/buildtool/main/version.cpp +++ b/src/buildtool/main/version.cpp @@ -24,8 +24,8 @@ 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 = std::string{}; + static const std::size_t kRevision = 3; + std::string suffix = "~beta"; #ifdef VERSION_EXTRA_SUFFIX suffix += VERSION_EXTRA_SUFFIX; #endif |