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 54f612a..6863e4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2005-11-04 David Schleef <ds@schleef.org>
* configure.ac: version bump
+
+2005-11-04 David Schleef <ds@schleef.org>
+
+ * configure.ac: version bump
* liboil/Makefile.am: Don't install liboiltmp1.la. This change
actually made it into the release.
diff --git a/configure.ac b/configure.ac
index 623862f..5bf3e55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(liboil,0.3.4.1)
+AC_INIT(liboil,0.3.5)
AS_NANO(LIBOIL_CVS=no,LIBOIL_CVS=yes)