Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect-python:master commit in: /
Date: Mon, 04 Dec 2017 17:32:36
Message-Id: 1512408574.88df47fb1e6366a681e40a2cd22fef473d9b2498.mgorny@gentoo
1 commit: 88df47fb1e6366a681e40a2cd22fef473d9b2498
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 4 17:29:34 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 17:29:34 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-python.git/commit/?id=88df47fb
7
8 Bump version to 20171204
9
10 configure.ac | 2 +-
11 python.eselect.in | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/configure.ac b/configure.ac
15 index 6adddb3..e67babb 100644
16 --- a/configure.ac
17 +++ b/configure.ac
18 @@ -1,4 +1,4 @@
19 -AC_INIT([eselect-python], [20160516])
20 +AC_INIT([eselect-python], [20171204])
21 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2])
22
23 # Create output files.
24
25 diff --git a/python.eselect.in b/python.eselect.in
26 index 2f7ff8f..8c48b09 100644
27 --- a/python.eselect.in
28 +++ b/python.eselect.in
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 +# Copyright 1999-2017 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 # $Id: $