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 8A3DF138200 for ; Sat, 22 Jun 2013 15:58:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C6C8E0AC1; Sat, 22 Jun 2013 15:58:35 +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 83359E0AC1 for ; Sat, 22 Jun 2013 15:58:34 +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 9F5FF33E5B9 for ; Sat, 22 Jun 2013 15:58:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4BA4AE5459 for ; Sat, 22 Jun 2013 15:58:32 +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: <1371915464.a5df7d44b25e64076d338b75ff8c2aebb8f263dd.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: a5df7d44b25e64076d338b75ff8c2aebb8f263dd X-VCS-Branch: master Date: Sat, 22 Jun 2013 15:58:32 +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: fbc5a31d-3b47-477d-8fb2-a7855aee2570 X-Archives-Hash: 2e0514039e6233da0eca9c5799bbd073 commit: a5df7d44b25e64076d338b75ff8c2aebb8f263dd Author: Ulrich Müller gentoo org> AuthorDate: Sat Jun 22 15:37:44 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Jun 22 15:37:44 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=a5df7d44 Update version to 1.3.5. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ba6c4f5..d877459 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-06-22 Ulrich Müller + + * configure.ac: Update version to 1.3.5. + * Tagged 1.3.5 release. + 2013-06-17 Ulrich Müller * libs/package-manager.bash.in (arch): Workaround for incorrect diff --git a/configure.ac b/configure.ac index cf09d5c..5989035 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.3.4, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.3.5, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)