diff options
author | 2011-06-16 09:21:36 -0700 | |
---|---|---|
committer | 2011-06-16 09:21:36 -0700 | |
commit | 302bd999fd0ef41f3605a2212c23f54ae43649f8 (patch) | |
tree | 9370979a87a1d7e83d6a3254c3fe4b4730e7abcf /GIT-VERSION-GEN | |
parent | gitweb: do not misparse nonnumeric content tag files that contain a digit (diff) | |
download | tgif-302bd999fd0ef41f3605a2212c23f54ae43649f8.tar.xz |
Git 1.7.6-rc2
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 8bc844d7e3..08e864869b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.6-rc1 +DEF_VER=v1.7.6-rc2 LF=' ' |