diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-11 18:22:31 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-11 18:30:31 -0800 |
commit | a74e60a0f59899c612053b6fe0f0f62652118151 (patch) | |
tree | 818aa867417ef239b66a56bfd621e823b6d1dce8 | |
parent | dc8302d27439b38cb3042b2d1c1106d8ef99e3f2 (diff) | |
download | git-a74e60a0f59899c612053b6fe0f0f62652118151.tar.gz git-a74e60a0f59899c612053b6fe0f0f62652118151.tar.xz |
GIT 1.4.4-rc2v1.4.4-rc2
Signed-off-by: Junio C Hamano <junkio@cox.net>
-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 9796e9118..966b35d6e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.4.4-rc1.GIT +DEF_VER=v1.4.4-rc2.GIT LF=' ' |