updated build system

This commit is contained in:
Scott E. Graves 2024-07-17 08:05:37 -05:00
parent d356d04bf5
commit 7a9802ccb7
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PROJECT_NAME="repertory"
PROJECT_COPYRIGHT="Copyright <2018-2024> <MIT License> <https://git.fifthgrid.com/blockstorage/repertory>"
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"

View File

@ -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 {