diff --git a/templates/version.h.in b/templates/version.h.in index f55fd99..97ad442 100644 --- a/templates/version.h.in +++ b/templates/version.h.in @@ -16,9 +16,9 @@ namespace @META_PROJECT_ID_LOWER@ { constexpr auto cAuthorDomain = "@META_AUTHOR_DOMAIN@"; constexpr auto cAuthor = "@META_AUTHOR_MAINTAINER@"; - constexpr auto cVersionMajor = "@META_VERSION_MAJOR@"; - constexpr auto cVersionMinor = "@META_VERSION_MINOR@"; - constexpr auto cVersionPatch = "@META_VERSION_PATCH@"; + constexpr auto cVersionMajor = @META_VERSION_MAJOR@; + constexpr auto cVersionMinor = @META_VERSION_MINOR@; + constexpr auto cVersionPatch = @META_VERSION_PATCH@; constexpr auto cVersionRevision = "@META_VERSION_REVISION@"; constexpr auto cVersion = "@META_VERSION@";