Skip to content

Commit cf7e196

Browse files
authored
Merge pull request #221 from intel-innersource/pcm_fix_automatic_version_string
Fix automatic version generation on checkout
2 parents eb88c38 + 69749b5 commit cf7e196

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)