diff options
author | 2006-11-07 16:36:11 -0800 | |
---|---|---|
committer | 2006-11-07 16:36:11 -0800 | |
commit | baf0bfcb4b335438e9359835f2c27cccf20e54a3 (patch) | |
tree | 98bc7f87a9a9bb1d8aecb1aeaf4ded2dfa75c624 /GIT-VERSION-GEN | |
parent | Merge branch 'maint' (diff) | |
download | tgif-baf0bfcb4b335438e9359835f2c27cccf20e54a3.tar.xz |
GIT 1.4.3-rc1
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 0cacac38fc..9796e9118b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.4.3.GIT +DEF_VER=v1.4.4-rc1.GIT LF=' ' |