diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-30 07:33:25 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-30 08:20:47 +0200 |
commit | d8cf053dacb4f78920c112d10c7be21e4f5a5817 (patch) | |
tree | 07b133b66dbfd99cd3410a2848b83f2cc7953232 /GIT-VERSION-GEN | |
parent | Merge branch 'maint' of git://github.com/git-l10n/git-po into maint (diff) | |
download | git-d8cf053dacb4f78920c112d10c7be21e4f5a5817.tar.xz git-d8cf053dacb4f78920c112d10c7be21e4f5a5817.zip |
Git 1.7.12.2v1.7.12.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 c4220a09de..d98481a10c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.12.1 +DEF_VER=v1.7.12.2 LF=' ' |