diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-02-05 13:23:56 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-02-05 13:23:56 -0800 |
commit | 9874fca7122563e28d699a911404fc49d2a24f1c (patch) | |
tree | 1de7b1401952609b4a78879caea64c748f7c3d74 /GIT-VERSION-GEN | |
parent | Merge git://github.com/git-l10n/git-po (diff) | |
download | tgif-9874fca7122563e28d699a911404fc49d2a24f1c.tar.xz |
Git 2.3
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 068eae29d6..780064ad71 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.3.0-rc2 +DEF_VER=v2.3.0 LF=' ' |