diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-03-31 13:58:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-31 13:58:47 -0700 |
commit | 6acef043581d69597860f3343ec2691c72b0803c (patch) | |
tree | 6feffa0880c204dffeb1288bdb003cae0f600e5b /GIT-VERSION-GEN | |
parent | Merge branch 'maint' (diff) | |
download | tgif-6acef043581d69597860f3343ec2691c72b0803c.tar.xz |
Git 1.7.5-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 92fe7a59db..35848df034 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.4 +DEF_VER=v1.7.5-rc0 LF=' ' |