summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-11-28 20:14:50 +0100
committerUlrich Müller <ulm@gentoo.org>2019-11-28 20:14:50 +0100
commit0f91ddb921d67cf1c19bd40434a2bd8499e1dca3 (patch)
tree243c2c3f16c65dca74b6db13491d223959dea6c7
parentUpdate NEWS. (diff)
downloadeselect-1.4.16.tar.gz
eselect-1.4.16.tar.bz2
eselect-1.4.16.zip
Update version to 1.4.16.eselect-1.4.16
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aaa31db..86ffd88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2019-11-28 Ulrich Müller <ulm@gentoo.org>
+ * configure.ac: Update version to 1.4.16.
+ * Tagged 1.4.16 release.
+
* README: Documentation is now dual-licensed under GPL-2+ or
CC-BY-SA-4.0. Update URI of GPL-2 license text.
diff --git a/configure.ac b/configure.ac
index 55065a3..62b5c23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.15, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.16, eselect@gentoo.org, eselect)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)