diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-12-03 18:49:51 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-03 18:49:51 +0100 |
commit | ee26a6e2b87905ac605c27841f607cb3379ca678 (patch) | |
tree | 5d9a896821058cd48e947f417a365ab22f11cea1 /GIT-VERSION-GEN | |
parent | Merge branch 'mm/status-push-pull-advise' (diff) | |
download | git-ee26a6e2b87905ac605c27841f607cb3379ca678.tar.xz git-ee26a6e2b87905ac605c27841f607cb3379ca678.zip |
Git 1.8.1-rc0v1.8.1-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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 d66e54f12d..76ffd4d4d6 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.0.1 +DEF_VER=v1.8.1-rc0 LF=' ' |