diff --git a/config.sh b/config.sh index e27cb3be..8d723338 100755 --- a/config.sh +++ b/config.sh @@ -2,7 +2,7 @@ PROJECT_NAME="repertory" -PROJECT_COPYRIGHT="Copyright <2018-2024> " +PROJECT_COPYRIGHT="Copyright [2018-2024] [MIT License] [https://git.fifthgrid.com/blockstorage/repertory]" PROJECT_COMPANY_NAME=https://git.fifthgrid.com/blockstorage PROJECT_DESCRIPTION="Mount utility for Sia and S3" diff --git a/repertory/version.cpp.in b/repertory/version.cpp.in index d9143a71..6c76b44c 100644 --- a/repertory/version.cpp.in +++ b/repertory/version.cpp.in @@ -23,7 +23,8 @@ namespace { static constexpr const std::string_view git_rev = "@PROJECT_GIT_REV@"; -static constexpr const std::string_view version = "@PROJECT_VERSION@"; +static constexpr const std::string_view version = + "@PROJECT_VERSION@-@PROJECT_RELEASE_ITER@"; } // namespace namespace repertory {