Skip to content

Commit 082595e

Browse files
StephanKaarnemertz
andauthored
Update templates/version.hpp.in
Co-authored-by: Arne Mertz <arnemertz@users.noreply.github.com>
1 parent 85935c1 commit 082595e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/version.hpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ struct Version
55
static constexpr uint32_t Major {@PROJECT_VERSION_MAJOR@};
66
static constexpr uint32_t Minor {@PROJECT_VERSION_MINOR@};
77
static constexpr uint32_t Patch {@PROJECT_VERSION_PATCH@};
8-
static constexpr std::string_view GitHash = "@GIT_HASH@";
8+
static constexpr std::string_view GitHash {"@GIT_HASH@"};
99
};

0 commit comments

Comments
 (0)