diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-01-06 12:48:17 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-06 12:51:09 -0800 |
commit | eac2d83247ea0a265d923518c26873bb12c33778 (patch) | |
tree | e1ee9d1f16ce96fd5d32da24e773121f387f0ba4 /GIT-VERSION-GEN | |
parent | 5de89d3abfca98b0dfd0280d28576940c913d60d (diff) | |
download | git-eac2d83247ea0a265d923518c26873bb12c33778.tar.gz |
Git 1.7.9-rc0v1.7.9-rc0
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 e18a30a16a..4e83354d0b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.8.GIT +DEF_VER=v1.7.9-rc0 LF=' ' |