summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 54f2727..7c7a3ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-14 David Schleef <ds@schleef.org>
+
+ * configure.ac: version bump
+
2005-11-13 David Schleef <ds@schleef.org>
* doc/tmpl/conv.sgml: Remove old template files.
diff --git a/configure.ac b/configure.ac
index 5bf3e55..2eee0a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(liboil,0.3.5)
+AC_INIT(liboil,0.3.6)
AS_NANO(LIBOIL_CVS=no,LIBOIL_CVS=yes)