diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-10-30 17:18:17 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-10-30 17:24:36 +0100 |
commit | 8d2396c9c41cbd5b8746f48f41180697f58b0681 (patch) | |
tree | ce5bb77b48ee354790eeae3f0ee3dd19d160b322 /.gitattributes | |
parent | c4761ffb70a9fc38b32f9febcac1434ffb4fee50 (diff) | |
parent | 71697f97d3f9512f0af934070690c14f1c0d95ea (diff) |
Merge pull request #5164
71697f9 Separate protocol versioning from clientversion (Cory Fields)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 26d7549356..c9cf4a7d9c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -src/version.cpp export-subst +src/clientversion.cpp export-subst |