From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A685613835A for ; Sun, 19 Jul 2020 20:21:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEC63E086C; Sun, 19 Jul 2020 20:21:01 +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 96887E086C for ; Sun, 19 Jul 2020 20:21:01 +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 F09CF34F2E5 for ; Sun, 19 Jul 2020 20:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AE3B2DD for ; Sun, 19 Jul 2020 20:20:58 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1595190031.054104e864fc1ccacef3a7bbc151b423ae5debb6.chutzpah@gentoo> Subject: [gentoo-commits] proj/eselect-python:master commit in: / X-VCS-Repository: proj/eselect-python X-VCS-Files: configure.ac X-VCS-Directories: / X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 054104e864fc1ccacef3a7bbc151b423ae5debb6 X-VCS-Branch: master Date: Sun, 19 Jul 2020 20:20:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0afeba42-0295-4770-ab28-5db1d4912150 X-Archives-Hash: 66ebc5cd81a458bb15ea5652fb8d8eca commit: 054104e864fc1ccacef3a7bbc151b423ae5debb6 Author: Patrick McLean gentoo org> AuthorDate: Sun Jul 19 19:46:57 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sun Jul 19 20:20:31 2020 +0000 URL: https://gitweb.gentoo.org/proj/eselect-python.git/commit/?id=054104e8 Bump version to 20200719 Signed-off-by: Patrick McLean gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 91cc7af..001a2ca 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-python], [20190417]) +AC_INIT([eselect-python], [20200719]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) # Create output files.