summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-05-08 21:54:17 +0000
committerDavid Schleef <ds@schleef.org>2005-05-08 21:54:17 +0000
commit259cd8df8e546b1af9befc861383d79502267bc3 (patch)
tree78a2b05a98cfde4a2322724ba9bcfcb202aaa95a
parentc638c5fad3fa0c0310067d5334d18688893fa98d (diff)
* configure.ac: version bumpliboil_0_3_2
-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