diff options
-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) |