diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-10-17 10:18:48 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-10-17 10:18:48 +0200 |
commit | f2de9d8c9fe95d26c489cf674d37a8377e74a74f (patch) | |
tree | 08b06ee78cf9ebdf241f776b7af8707879a43900 /src | |
parent | 959cd90083d0c783389cd09e187c98322c16469f (diff) | |
download | justbuild-f2de9d8c9fe95d26c489cf674d37a8377e74a74f.tar.gz |
Start 1.2.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 20f09fb9..c27a88c9 100644 --- a/src/buildtool/main/version.cpp +++ b/src/buildtool/main/version.cpp @@ -20,8 +20,8 @@ auto version() -> std::string { std::size_t major = 1; std::size_t minor = 2; - std::size_t revision = 1; - std::string suffix = std::string{}; + std::size_t revision = 2; + std::string suffix = "~beta"; #ifdef VERSION_EXTRA_SUFFIX suffix += VERSION_EXTRA_SUFFIX; #endif |