Skip to content

Commit

Permalink
Update config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
octoflar authored Jun 26, 2024
1 parent c5ea121 commit fd23de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/cxx-filtered/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const std::string project_title = "@PROJECT_TITLE@"; // NOLINT
/// The project version.
const std::string project_version = "@PROJECT_VERSION@"; // NOLINT

/// The project version control tag.
const std::string project_version_tag = "@PROJECT_VERSION_TAG@"; // NOLINT
/// The project version control identifier.
const std::string project_revision = "@PROJECT_REVISION@"; // NOLINT

/// The project digital object identifier (DOI).
const std::string project_doi = "@PROJECT_DOI@"; // NOLINT
Expand Down

0 comments on commit fd23de9

Please sign in to comment.