summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e9fc937..c7a54f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2016-10-30 Ulrich Müller <ulm@gentoo.org>
+ * configure.ac: Update version to 1.4.7.
+ * Tagged 1.4.7 release.
+
* libs/config.bash.in (store_config): Ignore comment lines in
config files and make parsing more robust, bug 598480.
diff --git a/configure.ac b/configure.ac
index 0448825..a571340 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.6, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.7, eselect@gentoo.org, eselect)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)