From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1072880-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 35CB4138334
	for <garchives@archives.gentoo.org>; Sun, 17 Feb 2019 07:52:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 23C41E0971;
	Sun, 17 Feb 2019 07:52:05 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 ECD92E0971
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Feb 2019 07:52:04 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 0DCE2335C9F
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Feb 2019 07:52:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A93E517
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Feb 2019 07:52:01 +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: <1550389372.46bec985e659bf14d987800a54aadcce5ff37e33.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: 46bec985e659bf14d987800a54aadcce5ff37e33
X-VCS-Branch: master
Date: Sun, 17 Feb 2019 07:52:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c9f94ca5-2f0c-4c9a-96e8-62e33978ba1b
X-Archives-Hash: f5b19ca451fb694667765660aa94e95c

commit:     46bec985e659bf14d987800a54aadcce5ff37e33
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 07:42:52 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 07:42:52 2019 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=46bec985

Update version to 1.4.14.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

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

diff --git a/ChangeLog b/ChangeLog
index 446cd31..20ecfab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-17  Ulrich Mueller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.14.
+	* Tagged 1.4.14 release.
+
 2019-02-13  Ulrich Mueller  <ulm@gentoo.org>
 
 	* libs/output.bash.in (colours): Display warning messages in

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