diff options
author | Junio C Hamano <junkio@cox.net> | 2006-12-20 11:24:56 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-20 11:25:25 -0800 |
commit | 54851157acf707eb953eada2a84830897dde5c1d (patch) | |
tree | 14e30e505b2a799fbcd6676be6c9592e220eeeb1 | |
parent | clarify some error messages wrt unknown object types (diff) | |
parent | GIT 1.4.4.3 (diff) | |
download | tgif-54851157acf707eb953eada2a84830897dde5c1d.tar.xz |
Merge branch 'maint'
* maint:
GIT 1.4.4.3
-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 4eac314f3a..eca1ff2175 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.4.4.1.GIT +DEF_VER=v1.4.4.GIT LF=' ' |