diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-09-15 12:47:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-15 12:47:37 -0700 |
commit | 7e100effc6c3a8acbb4bf305638c7b324a63236d (patch) | |
tree | 5d2ee2e36c22006f86bdc6a8e65fa45933f5d3b0 /GIT-VERSION-GEN | |
parent | 2e1e96126f93653badaa0afd17204e417dfc8e7d (diff) | |
download | git-7e100effc6c3a8acbb4bf305638c7b324a63236d.tar.gz |
Git 1.7.3 rc2v1.7.3-rc2
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 0cbf043731..556cee1ca7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.3-rc1 +DEF_VER=v1.7.3-rc2 LF=' ' |