summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Schleef <ds@ginger.bigkitten.com>2008-03-13 23:09:34 -0700
committerDavid Schleef <ds@ginger.bigkitten.com>2008-03-13 23:09:34 -0700
commit26cf98120662d6579fe8f9304373b9f7cc769e25 (patch)
tree60b3a57dbde2fdae3d602f09fe1d6b42b2a11bb5 /configure.ac
parentc45dafd488883885420ee66235eb85ad12fdeb51 (diff)
downloadliboil-26cf98120662d6579fe8f9304373b9f7cc769e25.tar.gz
bump version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 764fa21..7ccdda8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(liboil,0.3.13)
+AC_INIT(liboil,0.3.14)
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="1:0:1"
+LIBOIL_LIBVERSION="2:0:2"
AC_SUBST(LIBOIL_LIBVERSION)
AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_TAGS([])