summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 82bdea4..0282aab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-05-08 David Schleef <ds@schleef.org>
+ * configure.ac: version bump
+
+2005-05-08 David Schleef <ds@schleef.org>
+
Rearrangement of docs
* doc/liboil-docs.sgml:
* doc/liboil-sections.txt:
diff --git a/configure.ac b/configure.ac
index ff63939..b89b04c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(liboil,0.3.1.1)
+AC_INIT(liboil,0.3.2)
AS_NANO(LIBOIL_CVS=no,LIBOIL_CVS=yes)
@@ -17,7 +17,7 @@ dnl - library source changed -> increment REVISION
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
-LIBOIL_LIBVERSION="0:0:0"
+LIBOIL_LIBVERSION="1:0:1"
AC_SUBST(LIBOIL_LIBVERSION)
AM_PROG_LIBTOOL