diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-05-02 13:15:52 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-02 13:15:52 -0700 |
commit | b4f86a4ce85e4e370a67455de6586a02f158a789 (patch) | |
tree | 5fef12b8d2ac806c012a4e6fe1c518e3e0c71ba9 /GIT-VERSION-GEN | |
parent | Merge branch 'mw/symlinks' (diff) | |
download | tgif-b4f86a4ce85e4e370a67455de6586a02f158a789.tar.xz |
Git 2.0-rc2
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 690cece24c..d356425e19 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.0.0-rc1 +DEF_VER=v2.0.0-rc2 LF=' ' |