diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-18 11:46:52 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-18 11:46:52 +0200 |
commit | 32e96afd159f2158ca129fd00bf02c273d8e1e48 (patch) | |
tree | ebc2e62555e1cbfce020825fbb46a14489a601ee /src | |
parent | 51f2c945537be21db13cac41b42410ab056cea91 (diff) | |
download | justbuild-1.1.4.tar.gz |
Release 1.1.4v1.1.4
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/main/version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/main/version.cpp b/src/buildtool/main/version.cpp index bd208ace..f5c41e73 100644 --- a/src/buildtool/main/version.cpp +++ b/src/buildtool/main/version.cpp @@ -21,7 +21,7 @@ auto version() -> std::string { std::size_t major = 1; std::size_t minor = 1; std::size_t revision = 4; - std::string suffix = "~alpha"; + std::string suffix = std::string{}; #ifdef VERSION_EXTRA_SUFFIX suffix += VERSION_EXTRA_SUFFIX; #endif |