diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-06 11:15:58 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-06 13:53:58 +0100 |
commit | d45e66d14604c5d75a0ae4ee697f3b0ae3e16701 (patch) | |
tree | cbc06a8ec1b7c741f8ab0abdbc8a9df1a3e0eda9 /src | |
parent | 21d9afbfb744596f0e7646c386870e78dbeab922 (diff) | |
download | justbuild-d45e66d14604c5d75a0ae4ee697f3b0ae3e16701.tar.gz |
Start 1.6 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 6d553630..87c1a0bd 100644 --- a/src/buildtool/main/version.cpp +++ b/src/buildtool/main/version.cpp @@ -23,9 +23,9 @@ auto version() -> std::string { static const std::size_t kMajor = 1; - static const std::size_t kMinor = 5; + static const std::size_t kMinor = 6; static const std::size_t kRevision = 0; - std::string suffix = std::string{}; + std::string suffix = "~alpha"; #ifdef VERSION_EXTRA_SUFFIX suffix += VERSION_EXTRA_SUFFIX; #endif |