updated build system
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user