diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-14 22:11:26 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-14 22:11:26 -0800 |
commit | e267c2f6f0784e242883b7d3fe5f36ef63d6950d (patch) | |
tree | 64daa89706e1e56c25f4ac3479b6a617cc13ec30 /GIT-VERSION-GEN | |
parent | Merge branch 'maint' (diff) | |
download | tgif-e267c2f6f0784e242883b7d3fe5f36ef63d6950d.tar.xz |
GIT 1.4.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 966b35d6e8..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-rc2.GIT +DEF_VER=v1.4.4.GIT LF=' ' |