Skip to content
Snippets Groups Projects
Commit 9bc8c163 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Add quotes to some emper-version.h defines

parent a8663be0
No related branches found
No related tags found
No related merge requests found
......@@ -101,11 +101,11 @@ checkVersionHeader() {
#define EMPER_MINOR_VERSION ${EMPER_MINOR_VERSION}
#define EMPER_PATCH_VERSION ${EMPER_PATCH_VERSION}
#define EMPER_GIT_COMMIT ${EMPER_GIT_COMMIT}
#define EMPER_GIT_COMMIT "${EMPER_GIT_COMMIT}"
#define EMPER_SHORT_VERSION ${EMPER_SHORT_VERSION}
#define EMPER_SHORT_VERSION "${EMPER_SHORT_VERSION}"
#define EMPER_FULL_VERSION ${EMPER_FULL_VERSION}
#define EMPER_FULL_VERSION "${EMPER_FULL_VERSION}"
EOF
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment