diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-05-18 13:23:26 (GMT) |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-05-18 13:33:25 (GMT) |
| commit | 378fa6b4016b65e2d7b128fdc3ce89c4ca779a4d (patch) | |
| tree | f4aa571df53901a0cbc00d1ac9a86e23b7194180 /src/Version.h.in | |
| parent | 9ab298c09e273479822d10aad9f7bfe1d287ce75 (diff) | |
Reset
Diffstat (limited to 'src/Version.h.in')
| -rw-r--r-- | src/Version.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Version.h.in b/src/Version.h.in index 8cd39c9..6ff5938 100644 --- a/src/Version.h.in +++ b/src/Version.h.in @@ -8,13 +8,11 @@ namespace Pinetime { static constexpr uint32_t Major() {return major;} static constexpr uint32_t Minor() {return minor;} static constexpr uint32_t Patch() {return patch;} - static constexpr const char* GitCommitHash() {return commitHash;} static constexpr const char* VersionString() {return versionString;} private: static constexpr uint32_t major = @PROJECT_VERSION_MAJOR@; static constexpr uint32_t minor = @PROJECT_VERSION_MINOR@; static constexpr uint32_t patch = @PROJECT_VERSION_PATCH@; - static constexpr const char* commitHash = "@PROJECT_GIT_COMMIT_HASH@"; static constexpr const char* versionString = "@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@"; }; }
\ No newline at end of file |
