diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-11-17 19:38:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-11-17 19:38:19 +0100 |
commit | 9b97b9aec5f673398b225e7bad1a16f420b00366 (patch) | |
tree | e107b7688fc87896f825e3f369de3d258dcffc92 | |
parent | Remove python-wrapper (diff) | |
download | eselect-python-9b97b9aec5f673398b225e7bad1a16f420b00366.tar.gz eselect-python-9b97b9aec5f673398b225e7bad1a16f420b00366.tar.bz2 eselect-python-9b97b9aec5f673398b225e7bad1a16f420b00366.zip |
Bump versioneselect-python-20151117
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d9a6461..eda7882 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-python], [20140125]) +AC_INIT([eselect-python], [20151117]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) # note: we need AC_PROG_CC to determine EXEEXT (AC_EXEEXT does not work) |