diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-02-07 18:58:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-02-07 18:58:02 +0100 |
commit | 4d6e160eda2eda8065b079047860ba08ca5a59eb (patch) | |
tree | 28b1f0b0c900fd20f9db29ab898fd41b804746ae | |
parent | Support PyPy & Jython (diff) | |
download | eselect-python-4d6e160eda2eda8065b079047860ba08ca5a59eb.tar.gz eselect-python-4d6e160eda2eda8065b079047860ba08ca5a59eb.tar.bz2 eselect-python-4d6e160eda2eda8065b079047860ba08ca5a59eb.zip |
Bump to 20160207eselect-python-20160207
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eda7882..6ea1742 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-python], [20151117]) +AC_INIT([eselect-python], [20160207]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) # note: we need AC_PROG_CC to determine EXEEXT (AC_EXEEXT does not work) |