diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-05-29 15:19:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-29 15:19:12 -0700 |
commit | 54219a4d89bac94c98f19f4eb5d1e18eb9499232 (patch) | |
tree | b0f5a88bbc0b703472c0541d990ca8b27549663d /GIT-VERSION-GEN | |
parent | 7ebb906ddd69628fc9874b1266257ae2256b8f14 (diff) | |
download | git-54219a4d89bac94c98f19f4eb5d1e18eb9499232.tar.gz |
Start 1.8.4 cycle
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 aa87dbfd53..390782fa12 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.GIT LF=' ' |