aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2006-10-22 15:57:43 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2006-10-22 15:57:43 +0000
commite11a07b5ae3a0740c8638ac5e88865aee043b65a (patch)
tree8591492924cbbf4839f5f74115618757753006a3 /configure.ac
parentClean up and add proper support for non-gzip- or bzip2-compressed man pages. (diff)
downloadeselect-e11a07b5ae3a0740c8638ac5e88865aee043b65a.tar.gz
eselect-e11a07b5ae3a0740c8638ac5e88865aee043b65a.tar.bz2
eselect-e11a07b5ae3a0740c8638ac5e88865aee043b65a.zip
2006-10-22 Danny van Dyk <kugelfang@gentoo.org>
* configure.ac: Changed version to 1.1.0. (development branch) * libs/config.bash.in: Fix quotation in load_config(). diffstat: configure.ac | 2 +- libs/config.bash.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) svn path=/trunk/; revision=328
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 685c03c..9e6a0e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.0.6, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.1.0, eselect@gentoo.org, eselect)
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)