diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-04 18:29:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-04 18:29:34 +0100 |
commit | 88df47fb1e6366a681e40a2cd22fef473d9b2498 (patch) | |
tree | c939d93934bd08ec2487b301db33ab46bde82fb1 | |
parent | Remove obsolete '--ABI' option (diff) | |
download | eselect-python-88df47fb1e6366a681e40a2cd22fef473d9b2498.tar.gz eselect-python-88df47fb1e6366a681e40a2cd22fef473d9b2498.tar.bz2 eselect-python-88df47fb1e6366a681e40a2cd22fef473d9b2498.zip |
Bump version to 20171204eselect-python-20171204
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | python.eselect.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6adddb3..e67babb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-python], [20160516]) +AC_INIT([eselect-python], [20171204]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) # Create output files. diff --git a/python.eselect.in b/python.eselect.in index 2f7ff8f..8c48b09 100644 --- a/python.eselect.in +++ b/python.eselect.in @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: $ |