diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-12-03 09:49:51 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-03 09:49:51 -0800 |
commit | ee26a6e2b87905ac605c27841f607cb3379ca678 (patch) | |
tree | 5d9a896821058cd48e947f417a365ab22f11cea1 /GIT-VERSION-GEN | |
parent | 90ae9f259eb55adf54bec6442fe9e2fe223ef80c (diff) | |
download | git-ee26a6e2b87905ac605c27841f607cb3379ca678.tar.gz |
Git 1.8.1-rc0v1.8.1-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 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=' ' |