diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-12 18:32:31 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-12 18:32:58 -0700 |
commit | 01aaf1f88ddc2b99162c302710339f202996f39b (patch) | |
tree | 15d85584fd617b57aa25ef99b7f69ab3b2498f5a /configure.ac | |
parent | 67e31d6234c0332334d7aedd70b2f101bc010cf9 (diff) | |
parent | a0764cb838c2f1885fb58ca794c21523fb05c825 (diff) | |
download | git-01aaf1f88ddc2b99162c302710339f202996f39b.tar.gz |
GIT 1.4.2v1.4.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |