updated build system
This commit is contained in:
parent
d356d04bf5
commit
7a9802ccb7
@ -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"
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user