diff options
author | Junio C Hamano <junkio@cox.net> | 2007-06-02 15:01:33 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-06-02 16:02:49 -0700 |
commit | 41cf68a85ca2a9199b32eb3932582b234fa474b4 (patch) | |
tree | a3a5ad89000a684bc50729e7f7e3041c16cf136c /GIT-VERSION-GEN | |
parent | 996e2d6ea2626f55a59e70ac7305a02ce0171814 (diff) | |
download | git-41cf68a85ca2a9199b32eb3932582b234fa474b4.tar.gz |
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=' ' |