diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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) |