diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-05-13 11:09:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-13 11:09:42 -0700 |
commit | ab84621754e9c6f05279b42e51b445baac28a8ea (patch) | |
tree | 7585c1dd90e527d19aecbcbc59806f824049e2c1 /GIT-VERSION-GEN | |
parent | Merge git://ozlabs.org/~paulus/gitk (diff) | |
download | tgif-ab84621754e9c6f05279b42e51b445baac28a8ea.tar.xz |
Git 1.8.3-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 7a24aca9d6..d44408d0cf 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.3-rc1 +DEF_VER=v1.8.3-rc2 LF=' ' |