summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-12 18:32:31 -0700
committerJunio C Hamano <junkio@cox.net>2006-08-12 18:32:58 -0700
commit01aaf1f88ddc2b99162c302710339f202996f39b (patch)
tree15d85584fd617b57aa25ef99b7f69ab3b2498f5a
parentMerge git://git.kernel.org/pub/scm/gitk/gitk (diff)
parentupload-pack: fix timeout in create_pack_file (diff)
downloadgit-1.4.2.tar.gz
git-1.4.2.zip
GIT 1.4.2v1.4.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c1f7751e6f..a9c88c6a4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([git], [1.4.1], [git@vger.kernel.org])
+AC_INIT([git], [1.4.2], [git@vger.kernel.org])
AC_CONFIG_SRCDIR([git.c])