diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-27 14:39:53 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-27 14:39:53 -0800 |
commit | 15598cf41beed0d86cd2ac443e0f69c5a3b40321 (patch) | |
tree | 529ea75a0c8f30fc5a22c670c7b09434be734f82 /GIT-VERSION-GEN | |
parent | Merge git://github.com/git-l10n/git-po (diff) | |
download | tgif-15598cf41beed0d86cd2ac443e0f69c5a3b40321.tar.xz |
Git 2.3.0-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 b8624d3eb9..068eae29d6 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.3.0-rc1 +DEF_VER=v2.3.0-rc2 LF=' ' |