diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-08-28 12:01:01 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-28 12:01:01 -0700 |
commit | 2f743933341f276111103550fbf383a34dfcfd38 (patch) | |
tree | 4b827c69227b8c6bd3120c8712dcadbaf479b398 /GIT-VERSION-GEN | |
parent | Getting ready for -rc1 (diff) | |
download | tgif-2f743933341f276111103550fbf383a34dfcfd38.tar.xz |
Git 2.19-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 81f43978f2..cad3b59a93 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.19.0-rc0 +DEF_VER=v2.19.0-rc1 LF=' ' |