Skip to content

Commit 69749b5

Browse files
committed
Fix automatic version generation on checkout
Remove excess space from version string Adjust path in .gitattributes for version.h to src/version.h
1 parent eb88c38 commit 69749b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version.h export-subst
1+
src/version.h export-subst
22
.cirrus.yml export-ignore
33
.gitlab-ci.yml export-ignore
44
.travis.yml export-ignore

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define PCM_VERSION " ($Format:%ci ID=%h$)"
1+
#define PCM_VERSION "($Format:%ci ID=%h$)"

0 commit comments

Comments
 (0)