diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-08-15 22:46:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-15 22:46:16 +0200 |
commit | 2a9a19e1b160c8c63c470d4c236d65709214a66f (patch) | |
tree | 816ad528b1a2023ffc157b9993411e95e22f9e78 /GIT-VERSION-GEN | |
parent | Sync with 1.7.11.5 (diff) | |
download | git-2a9a19e1b160c8c63c470d4c236d65709214a66f.tar.xz git-2a9a19e1b160c8c63c470d4c236d65709214a66f.zip |
Git 1.7.12-rc3v1.7.12-rc3
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 54c1fc86e0..d7ad6444db 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.12-rc2 +DEF_VER=v1.7.12-rc3 LF=' ' |