diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-19 11:38:20 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-19 11:46:36 +0200 |
commit | b3eaef4b0a58a3285a529ad6fe0d0cf9e737d3ff (patch) | |
tree | 6ec55d242e792184e01ae054120eab9d8cc4b491 /src | |
parent | bf25529bddd6dca549235ae1b3fecc34e3025e56 (diff) | |
download | justbuild-b3eaef4b0a58a3285a529ad6fe0d0cf9e737d3ff.tar.gz |
Start 1.5.2 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 752ebeb8..a9cbc174 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 = 1; - std::string suffix = std::string{}; + static const std::size_t kRevision = 2; + std::string suffix = "~beta"; #ifdef VERSION_EXTRA_SUFFIX suffix += VERSION_EXTRA_SUFFIX; #endif |