diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-08-15 13:46:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-15 13:46:16 -0700 |
commit | 2a9a19e1b160c8c63c470d4c236d65709214a66f (patch) | |
tree | 816ad528b1a2023ffc157b9993411e95e22f9e78 /GIT-VERSION-GEN | |
parent | 47e32d071ea7623be4e2b53ce412612139e4127f (diff) | |
download | git-2a9a19e1b160c8c63c470d4c236d65709214a66f.tar.gz |
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=' ' |