diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-12-10 22:05:47 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-10 22:05:47 +0100 |
commit | 3e53891f85c58b4adb016a429a1f3b7fae78ca03 (patch) | |
tree | 93b0362f75414b513d2dda2837bb894cc14274d3 /GIT-VERSION-GEN | |
parent | Documentation/git-stash.txt: add a missing verb (diff) | |
download | git-3e53891f85c58b4adb016a429a1f3b7fae78ca03.tar.xz git-3e53891f85c58b4adb016a429a1f3b7fae78ca03.zip |
Git 1.8.0.2v1.8.0.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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 d66e54f12d..053628c939 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.0.1 +DEF_VER=v1.8.0.2 LF=' ' |