diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-08 22:10:56 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-08 22:11:17 -0700 |
commit | 1cc202bd4ebd0390d738f0d633d42791cb79dd05 (patch) | |
tree | e01f48098111e89fc97fd1abf5d35136b1b14a8a /GIT-VERSION-GEN | |
parent | Add howto files to rpm packages. (diff) | |
download | tgif-1cc202bd4ebd0390d738f0d633d42791cb79dd05.tar.xz |
GIT v1.5.1.4
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 cd9e0500e0..094a0d1b0e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.1.3.GIT +DEF_VER=v1.5.1.4.GIT LF=' ' |