diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-21 15:04:49 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-21 15:04:49 +0200 |
commit | c563c20736474fed4ad639b675b9865f421ab80e (patch) | |
tree | be326cf4926d59b192e12a2f32c8e5cdcff82c0d /src | |
parent | a7be2417f358049e6a0e28e01bc4020d8de2fdc5 (diff) | |
download | justbuild-c563c20736474fed4ad639b675b9865f421ab80e.tar.gz |
Start 1.3.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 01a97c7a..35d498e5 100644 --- a/src/buildtool/main/version.cpp +++ b/src/buildtool/main/version.cpp @@ -22,8 +22,8 @@ auto version() -> std::string { std::size_t major = 1; std::size_t minor = 3; - std::size_t revision = 0; - std::string suffix = std::string{}; + std::size_t revision = 1; + std::string suffix = "~beta"; #ifdef VERSION_EXTRA_SUFFIX suffix += VERSION_EXTRA_SUFFIX; #endif |