diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-17 16:05:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-17 16:05:12 -0700 |
commit | 9ab698f4000a736864c41f57fbae1e021ac27799 (patch) | |
tree | cc3d5f397f58cb57507643a5008a27ebf322832a /GIT-VERSION-GEN | |
parent | Merge branch 'mg/doc-status-color-slot' (diff) | |
download | tgif-9ab698f4000a736864c41f57fbae1e021ac27799.tar.xz |
Post 2.3 cyce (batch #10)
Also declare that the next one will be called v2.4 ;-)
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 f92fe17065..734fa9b434 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.3.3 +DEF_VER=v2.3.3.GIT LF=' ' |