diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-08-23 11:49:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-23 11:49:46 -0700 |
commit | e230c568c4b9a991e3175e5f65171a566fd8e39c (patch) | |
tree | 14faebbe2fdda332a3766d79d15cfcd779d9c22b /GIT-VERSION-GEN | |
parent | 0d8beaa5b76e824c9869f0d1f1b19ec7acf4982f (diff) | |
download | git-e230c568c4b9a991e3175e5f65171a566fd8e39c.tar.gz |
Git 1.8.4v1.8.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 572dfeb6e0..06026eaed7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.4-rc4 +DEF_VER=v1.8.4 LF=' ' |