diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-01 10:47:20 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-01 10:47:20 +0200 |
commit | 09edef419b8eb5d102f5d077b1c32b694430bdbd (patch) | |
tree | fdeaa320f06f4ad7a89480b6ea9db1e176e4e06f /src | |
parent | 21d9afbfb744596f0e7646c386870e78dbeab922 (diff) | |
download | justbuild-09edef419b8eb5d102f5d077b1c32b694430bdbd.tar.gz |
Start 1.5.1 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..06028761 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 = 0; - std::string suffix = std::string{}; + static const std::size_t kRevision = 1; + std::string suffix = "~beta"; #ifdef VERSION_EXTRA_SUFFIX suffix += VERSION_EXTRA_SUFFIX; #endif |