diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-12-10 11:42:09 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-12-10 11:42:09 -0500 |
commit | 2d05734a0cbd2729af8366d6555be9e68b4a7c3d (patch) | |
tree | 1570f279bb6f9d354d560f7b636dde41699e854c | |
parent | Create /etc/env.d/python in set_python(), bug 380569. (diff) | |
download | eselect-python-2d05734a0cbd2729af8366d6555be9e68b4a7c3d.tar.gz eselect-python-2d05734a0cbd2729af8366d6555be9e68b4a7c3d.tar.bz2 eselect-python-2d05734a0cbd2729af8366d6555be9e68b4a7c3d.zip |
Update versioneselect-python-20131210
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6ee6606..c49e7d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-python], [20111108]) +AC_INIT([eselect-python], [20131210]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) AC_PROG_CC |