From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-916314-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 E73FC1395E2
	for <garchives@archives.gentoo.org>; Sat, 10 Dec 2016 09:33:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 304B0E0CB3;
	Sat, 10 Dec 2016 09:33:34 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0DB18E0CB3
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Dec 2016 09:33:34 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id ED2A0341117
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Dec 2016 09:33:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F40B524AB
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Dec 2016 09:33:30 +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: <1481358705.378832d7a2734d87c7704da7f680ab58d5603def.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: 378832d7a2734d87c7704da7f680ab58d5603def
X-VCS-Branch: master
Date: Sat, 10 Dec 2016 09:33:30 +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: 7a972adb-0a62-4bef-b029-4984a44c99e3
X-Archives-Hash: 86592d780cc2a5b7ba93c5c03e580939

commit:     378832d7a2734d87c7704da7f680ab58d5603def
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 08:31:45 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 08:31:45 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=378832d7

Update version to 1.4.8.

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

diff --git a/ChangeLog b/ChangeLog
index 0d77f5d..20e9ad3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-10  Ulrich Müller  <ulm@gentoo.org>
+
+	* configure.ac: Update version to 1.4.8.
+	* Tagged 1.4.8 release.
+
 2016-12-04  Ulrich Müller  <ulm@gentoo.org>
 
 	* libs/package-manager.bash.in (get_repositories)

diff --git a/configure.ac b/configure.ac
index a571340..9127ca6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.7, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.8, eselect@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)