diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-04-11 13:44:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-11 13:46:08 -0700 |
commit | 7b575f3c387f7fd1b204af71a02b3faa74fb7798 (patch) | |
tree | 39d153bf87357120a538a72b7ee7d3c25975e637 /GIT-VERSION-GEN | |
parent | fb10369848feb9db2838179e97c920910cad05a0 (diff) | |
parent | fcd424011bf7b841e9d4b3154ecadf6bf5e6e686 (diff) | |
download | git-7b575f3c387f7fd1b204af71a02b3faa74fb7798.tar.gz |
Sync with 1.7.0.5
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 3eb6d8517e..e5b1111a37 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.0.4 +DEF_VER=v1.7.1.rc1.GIT LF=' ' |