diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-13 14:01:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-14 14:27:26 -0700 |
commit | 00eda23228acb68c85a76f977f4e59f82189ce3f (patch) | |
tree | 739a09790b134a59a8db647cf6a2c3d8d5900809 /GIT-VERSION-GEN | |
parent | Merge branch 'ta/parse-commit-with-skip-prefix' (diff) | |
download | tgif-00eda23228acb68c85a76f977f4e59f82189ce3f.tar.xz |
Update draft release notes to Git 2.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 2b97352dd3..a651d68656 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.9.0 +DEF_VER=v1.9.0.GIT LF=' ' |