diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-11 14:39:07 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-11 17:19:36 -0700 |
commit | 9b11d24d4156e0b2246383faad16eb8aa0caeefb (patch) | |
tree | 08c1fc6087bb11e5e394d0fc4870e81cba07c169 /GIT-VERSION-GEN | |
parent | cb52d9a1fbb2298d73bfa5dc86a0155cc462ecf2 (diff) | |
download | git-9b11d24d4156e0b2246383faad16eb8aa0caeefb.tar.gz |
GIT 1.5.1.1v1.5.1.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 48715012be..2325660ff4 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.1.GIT +DEF_VER=v1.5.1.1.GIT LF=' ' |