summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-10-30 10:15:26 +0100
committerUlrich Müller <ulm@gentoo.org>2016-10-30 10:15:26 +0100
commit6946c746d66ef00161af74c57c97a75d1c117df8 (patch)
tree60655fed6ea88a6a3972072404ab70f0ef3a602f
parentUpdate NEWS. (diff)
downloadeselect-1.4.7.tar.gz
eselect-1.4.7.tar.bz2
eselect-1.4.7.zip
Update version to 1.4.7.eselect-1.4.7
-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)