aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-05-07 19:35:36 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-05-07 19:35:36 +0000
commit4f24ae40d027f2bc96368c4bd399060fff5284fe (patch)
tree03812d68978ee5c8a82ed3c7a2ff25c6df9523b4
parentClarify update and scan action definitions, update formatting and wording. (diff)
downloadeselect-4f24ae40d027f2bc96368c4bd399060fff5284fe.tar.gz
eselect-4f24ae40d027f2bc96368c4bd399060fff5284fe.tar.bz2
eselect-4f24ae40d027f2bc96368c4bd399060fff5284fe.zip
version 0.9.0
svn path=/trunk/; revision=54
-rw-r--r--ChangeLog1
-rw-r--r--configure.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 83ac266..282cb67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ ChangeLog for eclectic
2005-05-07 Ciaran McCreesh <ciaranm@gentoo.org>
+ * configure.in: Version is now 0.9.0.
* doc/user-guide.txt, doc-developer.txt: Clarify update and scan
action definitions, update formatting and wording.
diff --git a/configure.in b/configure.in
index 7e2770c..74b8331 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(eclectic, 0.1.4, ciaranm@gentoo.org, eclectic)
+AC_INIT(eclectic, 0.9.0, ciaranm@gentoo.org, eclectic)
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR(bin/eclectic.in)
AC_CONFIG_AUX_DIR(config)