diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2020-07-19 12:46:57 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-07-19 13:20:31 -0700 |
commit | 054104e864fc1ccacef3a7bbc151b423ae5debb6 (patch) | |
tree | ce20723059b6052ef2a108ab0d2d1379ea1c6457 | |
parent | Handle zstd man pages, use .so format rather than a symlink (diff) | |
download | eselect-python-master.tar.gz eselect-python-master.tar.bz2 eselect-python-master.zip |
Bump version to 20200719HEADeselect-python-20200719master
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 91cc7af..001a2ca 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-python], [20190417]) +AC_INIT([eselect-python], [20200719]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) # Create output files. |