aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2006-10-03 17:39:35 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2006-10-03 17:39:35 +0000
commited4b214d34fe94433ae45fe5446a6788ad71c633 (patch)
tree2d8d270e2b26a80b2dc96e374543d88f7f8285b9 /configure.ac
parentUpdated NEWS for 1.0.6. (diff)
downloadeselect-ed4b214d34fe94433ae45fe5446a6788ad71c633.tar.gz
eselect-ed4b214d34fe94433ae45fe5446a6788ad71c633.tar.bz2
eselect-ed4b214d34fe94433ae45fe5446a6788ad71c633.zip
2006-10-03 Danny van Dyk <kugelfang@gentoo.org>
* libs/paludis.bash.in: Fixed typo. * configure.ac: Changed version to 1.0.6. diffstat: configure.ac | 2 +- libs/paludis.bash.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) svn path=/trunk/; revision=312
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8d6c716..685c03c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.0.5, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.0.6, eselect@gentoo.org, eselect)
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)