summaryrefslogtreecommitdiff
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-06-29 09:59:56 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-06-29 09:59:56 -0700
commita1463920565c67646507dc573d3f5280fa4cdcf3 (patch)
tree4ba79d262b7ccd744e0a501edace0c681ad5e670 /GIT-VERSION-GEN
parentt/t9001: use egrep when regular expressions are involved (diff)
downloadtgif-a1463920565c67646507dc573d3f5280fa4cdcf3.tar.xz
Git 1.7.1.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 82fd72652b..d4cb58e5df 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.1
+DEF_VER=v1.7.1.1
LF='
'