[Liboil-commit] 2 commits - configure.ac

David Schleef ds at kemper.freedesktop.org
Mon Jun 30 21:52:29 PDT 2008


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 361296501c71c6ee7a1039c553e0f767b60c492f
Merge: 3148aef... 60d8cb0...
Author: David Schleef <ds at schleef.org>
Date:   Mon Jun 30 21:52:15 2008 -0700

    Merge branch 'master' of ssh://git.freedesktop.org/git/liboil

commit 3148aefd656f139a9e6a407fa44dc899a681149d
Author: David Schleef <ds at schleef.org>
Date:   Mon Jun 30 21:51:35 2008 -0700

    [build] bump version

diff --git a/configure.ac b/configure.ac
index f919597..0001394 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(liboil,0.3.14.1)
+AC_INIT(liboil,0.3.15)
 
 AS_NANO(LIBOIL_CVS=no,LIBOIL_CVS=yes)
 
@@ -18,7 +18,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="2:0:2"
+LIBOIL_LIBVERSION="3:0:3"
 AC_SUBST(LIBOIL_LIBVERSION)
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_TAGS([])


More information about the Liboil-commit mailing list