diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-23 01:57:34 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-23 01:57:34 +0100 |
commit | e945f95157c2c515e763ade874931fc1eb671a0b (patch) | |
tree | 42a0eda5c47514819178d5aef80d8d077af3a152 /GIT-VERSION-GEN | |
parent | trust-executable-bit: fix breakage for symlinks (diff) | |
download | git-e945f95157c2c515e763ade874931fc1eb671a0b.tar.xz git-e945f95157c2c515e763ade874931fc1eb671a0b.zip |
GIT 1.4.4.1v1.4.4.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 eca1ff2175..4eac314f3a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.4.4.GIT +DEF_VER=v1.4.4.1.GIT LF=' ' |