diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-08-07 10:39:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-07 10:39:34 -0700 |
commit | e15c16de396a1e1f42001b03cb885ce64eb4098e (patch) | |
tree | 7ea9660c7ed965878fa4a4e32b1273129569ddbe /GIT-VERSION-GEN | |
parent | b1d9b1d0f1880c753d5146e8af63b9dc72803e4a (diff) | |
download | git-e15c16de396a1e1f42001b03cb885ce64eb4098e.tar.gz |
Git 1.7.12-rc2v1.7.12-rc2
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 4c1a79e3b2..54c1fc86e0 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.12-rc1 +DEF_VER=v1.7.12-rc2 LF=' ' |