diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-08-25 21:00:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-08-25 21:00:46 -0700 |
commit | a452d148d10a89ae502bc4755c191ab323227ce5 (patch) | |
tree | 952ea0032389212351d0b22fd3e797e50b3559a6 /GIT-VERSION-GEN | |
parent | 284daf29026c519729747bd2051829f0f958473c (diff) | |
download | git-a452d148d10a89ae502bc4755c191ab323227ce5.tar.gz |
Git 1.7.7-rc0v1.7.7-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 8270abb5f9..fea63c14be 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.6.GIT +DEF_VER=v1.7.7-rc0 LF=' ' |