diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-06 19:12:00 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-06 19:12:00 +0100 |
commit | adf60f091a1220b49d9aab51630de31fb7ac1065 (patch) | |
tree | 10c53f30196ee8bd766af1473401f77167a1563e | |
parent | Update NEWS. (diff) | |
download | eselect-1.3.4.tar.gz eselect-1.3.4.tar.bz2 eselect-1.3.4.zip |
Update version to 1.3.4.eselect-1.3.4
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2013-01-06 Ulrich Müller <ulm@gentoo.org> + + * configure.ac: Update version to 1.3.4. + * Tagged 1.3.4 release. + 2013-01-05 Ulrich Müller <ulm@gentoo.org> * libs/package-manager.bash.in (arch): Complete rewrite of the diff --git a/configure.ac b/configure.ac index c3bc797..cf09d5c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.3.3, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.3.4, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |