diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-12 14:12:42 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-12 14:12:42 -0800 |
commit | addfb21a94fb4e6b9d07b270f7bb3748767a8f38 (patch) | |
tree | 2a52c625bc05bb37e48cd47b4242c46e1391cbcd /GIT-VERSION-GEN | |
parent | def6dd9bc67725f3d35d1a18f67c395c107cee0a (diff) | |
download | git-addfb21a94fb4e6b9d07b270f7bb3748767a8f38.tar.gz |
Git 2.3.0-rc0v2.3.0-rc0
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 53dd6b3285..57dc9635aa 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.2.0.GIT +DEF_VER=v2.3.0-rc0 LF=' ' |