diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-19 03:14:02 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-19 03:14:02 +0200 |
commit | 765c328b9a4fd151f21cf5fb3ed416910c4aecf4 (patch) | |
tree | 71944130a191b63cdd20e2e0768a13607b419126 | |
parent | find_missing_broken_symlinks(): add symlinks for new targets (diff) | |
download | eselect-rust-765c328b9a4fd151f21cf5fb3ed416910c4aecf4.tar.gz eselect-rust-765c328b9a4fd151f21cf5fb3ed416910c4aecf4.tar.bz2 eselect-rust-765c328b9a4fd151f21cf5fb3ed416910c4aecf4.zip |
bump version to 20200419
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2c25a9c..f7a7762 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-rust], [20200101]) +AC_INIT([eselect-rust], [20200419]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) # Create output files. |