diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-01-08 18:03:12 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-01-08 18:03:12 +0100 |
commit | 9f400f67f09805f7b55666e205d282d73b32143e (patch) | |
tree | 586a2c1ba3ce632e8b7291aee63971783636965d | |
parent | Update NEWS (diff) | |
download | eselect-9f400f67f09805f7b55666e205d282d73b32143e.tar.gz eselect-9f400f67f09805f7b55666e205d282d73b32143e.tar.bz2 eselect-9f400f67f09805f7b55666e205d282d73b32143e.zip |
Update version to 1.4.19eselect-1.4.19
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2022-01-08 Ulrich Müller <ulm@gentoo.org> + * configure.ac: Update version to 1.4.19. + * Tagged 1.4.19 release. + * bin/eselect.in: New global option --root. (es_do_help): Document it. * doc/user-guide.txt: diff --git a/configure.ac b/configure.ac index 8bc63b0..6ee7e08 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.18, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.19, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |