diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-09-13 20:11:14 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-09-13 20:11:14 +0200 |
commit | 93d289022f27bde243c5632095f41905c4645ba7 (patch) | |
tree | 0abfeaa8b5bd374922d2a7c4197eb87bdb58ad90 | |
parent | Update NEWS (diff) | |
download | eselect-93d289022f27bde243c5632095f41905c4645ba7.tar.gz eselect-93d289022f27bde243c5632095f41905c4645ba7.tar.bz2 eselect-93d289022f27bde243c5632095f41905c4645ba7.zip |
Update version to 1.4.27eselect-1.4.27
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-09-13 Ulrich Müller <ulm@gentoo.org> + + * configure.ac: Update version to 1.4.27. + * Tagged 1.4.27 release. + 2023-09-09 Ulrich Müller <ulm@gentoo.org> * modules/profile.eselect (set_symlink): Selecting an experimental diff --git a/configure.ac b/configure.ac index 91912c0..a28ff1d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.26, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.27, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |