Skip to content

Commit

Permalink
Fix automatic version generation on checkout
Browse files Browse the repository at this point in the history
Remove excess space from version string
Adjust path in .gitattributes for version.h to src/version.h
  • Loading branch information
ogbrugge-work committed Jun 22, 2022
1 parent eb88c38 commit 69749b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version.h export-subst
src/version.h export-subst
.cirrus.yml export-ignore
.gitlab-ci.yml export-ignore
.travis.yml export-ignore
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define PCM_VERSION " ($Format:%ci ID=%h$)"
#define PCM_VERSION "($Format:%ci ID=%h$)"

0 comments on commit 69749b5

Please sign in to comment.