diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-19 11:45:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-19 11:45:38 -0700 |
commit | 4fec83045bdc53ed9d3ff71ed099e3e6992b5c56 (patch) | |
tree | a42ca5aeedd45d87cf0e5b88ecc59295bc92699f /GIT-VERSION-GEN | |
parent | git-svn.txt: Document --mergeinfo (diff) | |
download | tgif-4fec83045bdc53ed9d3ff71ed099e3e6992b5c56.tar.xz |
Git 1.7.4.5
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 8557ac0c4d..bc1746ef15 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.4.4 +DEF_VER=v1.7.4.5 LF=' ' |