diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-30 17:09:48 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-30 17:09:48 -0700 |
commit | b5cc62f701abf8b903387a5d7c77a59f347d66fd (patch) | |
tree | 5e1694929e67aba57368f4e5a4bab51101bf4db5 /GIT-VERSION-GEN | |
parent | send-email documentation: clarify --smtp-server (diff) | |
download | tgif-b5cc62f701abf8b903387a5d7c77a59f347d66fd.tar.xz |
GIT v1.5.1.3
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 41ee8b4ea2..cd9e0500e0 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.1.2.GIT +DEF_VER=v1.5.1.3.GIT LF=' ' |