diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-25 18:00:45 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-25 18:01:50 -0700 |
commit | b6da18b1d103617a5944d470a1f17e398f8141e4 (patch) | |
tree | ae0a8eb0274abbeea98c8ffac1fab07edf9af98d /GIT-VERSION-GEN | |
parent | 0b59451c1be6be3d0df80be9dc8aeedb355ca44b (diff) | |
download | git-b6da18b1d103617a5944d470a1f17e398f8141e4.tar.gz |
GIT 1.5.1-rc2v1.5.1-rc2
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 39ba8d135c..551c391615 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.1-rc1.GIT +DEF_VER=v1.5.1-rc2.GIT LF=' ' |