diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-19 02:28:29 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-19 02:56:29 -0700 |
commit | ceb8442af7367611c3f5db124a5dc1dbb7fb438f (patch) | |
tree | a65fa426de4a95cc1068dc16b151fd1d77033820 /GIT-VERSION-GEN | |
parent | 843d49a47906bfc7b89553da0c5e4f06ed4c348b (diff) | |
download | git-ceb8442af7367611c3f5db124a5dc1dbb7fb438f.tar.gz |
GIT 1.5.1-rc1v1.5.1-rc1
I think we can start to slow down, as we now have covered
everything I listed earlier in the short-term release plan.
The last release 1.5.0 took painfully too long.
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 6abde8d7b3..39ba8d135c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.0.GIT +DEF_VER=v1.5.1-rc1.GIT LF=' ' |