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 A1DB9138247 for ; Sun, 19 Jan 2014 01:57:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F3E1E0AAA; Sun, 19 Jan 2014 01:57:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8629E0AAA for ; Sun, 19 Jan 2014 01:57:16 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A595C33F8AA for ; Sun, 19 Jan 2014 01:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 66E2418096 for ; Sun, 19 Jan 2014 01:57:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1386693729.2d05734a0cbd2729af8366d6555be9e68b4a7c3d.floppym@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: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2d05734a0cbd2729af8366d6555be9e68b4a7c3d X-VCS-Branch: master Date: Sun, 19 Jan 2014 01:57:14 +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: 0bafbf1c-ab88-406f-b4d7-65a1331f9551 X-Archives-Hash: 118179b2cf8cb415c3c5481a9d3d46b2 commit: 2d05734a0cbd2729af8366d6555be9e68b4a7c3d Author: Mike Gilbert gentoo org> AuthorDate: Tue Dec 10 16:42:09 2013 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Dec 10 16:42:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect-python.git;a=commit;h=2d05734a Update version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6ee6606..c49e7d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-python], [20111108]) +AC_INIT([eselect-python], [20131210]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) AC_PROG_CC