diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-17 14:24:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-17 14:24:25 +0200 |
commit | 3b84419cf67d31b97c9b6b56184c2fd73df70dfe (patch) | |
tree | 1eae4d8d486196d3aaa4d91024645d1e8d8af757 | |
parent | Fix mismatched indexes when looping over old impls (diff) | |
download | eselect-python-3b84419cf67d31b97c9b6b56184c2fd73df70dfe.tar.gz eselect-python-3b84419cf67d31b97c9b6b56184c2fd73df70dfe.tar.bz2 eselect-python-3b84419cf67d31b97c9b6b56184c2fd73df70dfe.zip |
Bump version to 20190417eselect-python-20190417
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e67babb..91cc7af 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-python], [20171204]) +AC_INIT([eselect-python], [20190417]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) # Create output files. |