From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1027181-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B7D5C138330
	for <garchives@archives.gentoo.org>; Wed, 30 May 2018 16:02:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 955DCE0924;
	Wed, 30 May 2018 16:02:02 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 68824E092E
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 May 2018 16:02:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3EB1E335CAA
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 May 2018 16:02:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D3322B8
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 May 2018 16:01:59 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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 Müller" <ulm@gentoo.org>
Message-ID: <1527612101.02dd9b7a37caa0f037312df8d84e9803167941eb.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 Müller
X-VCS-Revision: 02dd9b7a37caa0f037312df8d84e9803167941eb
X-VCS-Branch: master
Date: Wed, 30 May 2018 16:01:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 74c54606-56fb-4eca-a2f6-a32cf0a98c98
X-Archives-Hash: cacbcb4bf0c65a50f9d77b3e445297d7

commit:     02dd9b7a37caa0f037312df8d84e9803167941eb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 16:41:41 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 29 16:41:41 2018 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=02dd9b7a

Update version to 1.4.13.

 ChangeLog    | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 821e7c9..f59bd41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-05-29  Ulrich Müller  <ulm@gentoo.org>
 
+	* configure.ac: Update version to 1.4.13.
+	* Tagged 1.4.13 release.
+
 	* doc/developer-guide.txt: Replace the term "dep atom" by
 	"package dependency specification".
 

diff --git a/configure.ac b/configure.ac
index 062ef5d..76635be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.12, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.13, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)