diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-03-07 13:14:39 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-07 13:14:39 -0800 |
commit | aadb70a5594222cac215f9590017f05d5d0f31b2 (patch) | |
tree | 4390d45355a4bda2d4f1611b020a9b11507ad71a | |
parent | Merge git://github.com/git-l10n/git-po (diff) | |
download | tgif-aadb70a5594222cac215f9590017f05d5d0f31b2.tar.xz |
Git 1.8.2-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 6b96d6addc..c725291fcc 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.2-rc2 +DEF_VER=v1.8.2-rc3 LF=' ' |