diff options
-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: $ |