diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-12-07 14:18:55 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-07 15:17:21 -0800 |
commit | 816f290752cb43c88e31ea1a9e06ec84d559add3 (patch) | |
tree | f37b9a027d99dc4bfa82e773ca84e33d5d9a61d0 /GIT-VERSION-GEN | |
parent | 00704e4ba527c7e6a36db9b37d59c719310d878c (diff) | |
download | git-816f290752cb43c88e31ea1a9e06ec84d559add3.tar.gz |
Git 1.8.1-rc1v1.8.1-rc1
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 76ffd4d4d6..4bc073cc13 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.1-rc0 +DEF_VER=v1.8.1-rc1 LF=' ' |