diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-07-27 15:22:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-27 15:22:22 -0700 |
commit | 49f1cb93a2f11845cfa2723611a729d3d7f02f0d (patch) | |
tree | 0a59056e3193c4d44c8668350b71f27275d08645 /GIT-VERSION-GEN | |
parent | Merge branch 'jk/rebase-am-fork-point' (diff) | |
download | tgif-49f1cb93a2f11845cfa2723611a729d3d7f02f0d.tar.xz |
Git 2.1.0-rc0
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 40adbf7bf7..f1bae1ce37 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.0.0.GIT +DEF_VER=v2.1.0-rc0 LF=' ' |