diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-01-11 21:14:39 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-11 21:40:55 -0800 |
commit | 145d08248eb6076b4557005fc7b4fc0270a7a780 (patch) | |
tree | 0a59eb1a536ef129f6b253611f2f7c14bc9ad6ce /GIT-VERSION-GEN | |
parent | RPM spec: include gitk message files. (diff) | |
download | tgif-145d08248eb6076b4557005fc7b4fc0270a7a780.tar.xz |
GIT 1.5.4-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 817df1798c..2ba142a11e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.4-rc2.GIT +DEF_VER=v1.5.4-rc3.GIT LF=' ' |