diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-06 20:36:28 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-06-06 20:36:28 +0200 |
commit | 5cae50348afa7111655857e429c2c1a067cd6c88 (patch) | |
tree | 383de56c3b1383a06f59ddd03b4bfac42782b37c | |
parent | Update NEWS (diff) | |
download | eselect-5cae50348afa7111655857e429c2c1a067cd6c88.tar.gz eselect-5cae50348afa7111655857e429c2c1a067cd6c88.tar.bz2 eselect-5cae50348afa7111655857e429c2c1a067cd6c88.zip |
Update version to 1.4.23eselect-1.4.23
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2023-06-06 Ulrich Müller <ulm@gentoo.org> + + * configure.ac: Update version to 1.4.23. + * Tagged 1.4.23 release. + 2023-06-05 Ulrich Müller <ulm@gentoo.org> * bin/eselect.in (PATH): Sanitise, remove Portage's internal diff --git a/configure.ac b/configure.ac index 3d5741b..5fbad80 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.22, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.23, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |