aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--configure.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 282cb67..c2a34c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ ChangeLog for eclectic
2005-05-07 Ciaran McCreesh <ciaranm@gentoo.org>
+ * Tag for release 0.9.1
* 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 74b8331..23d76f1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(eclectic, 0.9.0, ciaranm@gentoo.org, eclectic)
+AC_INIT(eclectic, 0.9.1, ciaranm@gentoo.org, eclectic)
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR(bin/eclectic.in)
AC_CONFIG_AUX_DIR(config)