diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-09-19 03:11:28 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-19 03:11:28 -0700 |
commit | 806ea701ce3624aa6a89648b6ca5d858703398cb (patch) | |
tree | bc1fa736049d7d8f7983690c650ccb8470c3c1aa /GIT-VERSION-GEN | |
parent | 8ae674952c8f301034e8ae9dceff38dda740623b (diff) | |
download | git-806ea701ce3624aa6a89648b6ca5d858703398cb.tar.gz |
GIT 1.5.3.2v1.5.3.2
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 3835fb3965..7fbde233b8 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.3.1.GIT +DEF_VER=v1.5.3.2.GIT LF=' ' |