diff options
author | Junio C Hamano <junkio@cox.net> | 2007-06-03 00:01:33 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-06-03 01:02:49 +0200 |
commit | 41cf68a85ca2a9199b32eb3932582b234fa474b4 (patch) | |
tree | a3a5ad89000a684bc50729e7f7e3041c16cf136c /GIT-VERSION-GEN | |
parent | Use =20 when rfc2047 encoding spaces. (diff) | |
download | git-41cf68a85ca2a9199b32eb3932582b234fa474b4.tar.xz git-41cf68a85ca2a9199b32eb3932582b234fa474b4.zip |
GIT 1.5.2.1v1.5.2.1
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 06c360b267..bd30398dd3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.2.GIT +DEF_VER=v1.5.2.1.GIT LF=' ' |