diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-05-03 15:20:03 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-03 15:29:31 -0700 |
commit | bab39ed371145b83340750101e7ec85167845857 (patch) | |
tree | 3a41e0182dee771c5fda3e3761b353898c7a46df /GIT-VERSION-GEN | |
parent | Merge branch 'jc/maint-1.6.0-keep-pack' into maint-1.6.1 (diff) | |
download | tgif-bab39ed371145b83340750101e7ec85167845857.tar.xz |
GIT 1.6.1.4
With a handful of fixes backmerged from 1.6.2.X series
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 550a0ae371..e5e62ef0de 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.1.3.GIT +DEF_VER=v1.6.1.4 LF=' ' |