From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5DC8A138204 for ; Wed, 28 Aug 2013 06:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A72CE0F85; Wed, 28 Aug 2013 06:12:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84EACE0F85 for ; Wed, 28 Aug 2013 06:11:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C8E033EB28 for ; Wed, 28 Aug 2013 06:11:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 56448E545F for ; Wed, 28 Aug 2013 06:11:57 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1377670230.319e171f8d98e0e6f0fc4d604e28242b36fbaf84.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog configure.ac X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 319e171f8d98e0e6f0fc4d604e28242b36fbaf84 X-VCS-Branch: master Date: Wed, 28 Aug 2013 06:11:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6113565f-62ec-4474-b2cf-e532617344c6 X-Archives-Hash: 9e610ca236efa924204dd5f6f26be0a7 commit: 319e171f8d98e0e6f0fc4d604e28242b36fbaf84 Author: Ulrich Müller gentoo org> AuthorDate: Wed Aug 28 06:10:30 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Wed Aug 28 06:10:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=319e171f Update version to 1.3.8. --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8719ab4..c62e1c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-08-28 Ulrich Müller + * configure.ac: Update version to 1.3.8. + * Tagged 1.3.8 release. + * autogen.bash: Update for autoconf 2.69 and automake 1.14. 2013-08-24 Ulrich Müller diff --git a/configure.ac b/configure.ac index 8de7222..fee1fe2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.3.7, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.3.8, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)