diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-05-29 15:21:15 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-29 15:21:15 -0700 |
commit | fada522129c59755f8616f33adad49604db919d8 (patch) | |
tree | 3527e2bb6067844ff68e8eeae7cdf1a781fdebbc | |
parent | Merge branch 'maint-1.8.2' into maint (diff) | |
download | tgif-fada522129c59755f8616f33adad49604db919d8.tar.xz |
Start 1.8.3.1 maintenance track
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 aa87dbfd53..1c0ca639ba 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.3-rc3 +DEF_VER=v1.8.3 LF=' ' |