diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-22 16:57:34 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-22 16:57:34 -0800 |
commit | e945f95157c2c515e763ade874931fc1eb671a0b (patch) | |
tree | 42a0eda5c47514819178d5aef80d8d077af3a152 /GIT-VERSION-GEN | |
parent | 2bbaaed9eefa92e8a17e74ec5f9b87ecdc7a5949 (diff) | |
download | git-e945f95157c2c515e763ade874931fc1eb671a0b.tar.gz |
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=' ' |