summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-01-05 12:14:40 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-01-05 12:14:45 -0500
commit56c1eecaa134a71d2c46ccbe1b63194aacacc782 (patch)
tree4619d9502431605750d801a8f3df52f9ba9698c5
parentf64d09baa3a3ddc798859c8b32e43d4826747a06 (diff)
downloadfarstream-0.0.17.tar.gz
Version 0.0.170.0.17
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a3c75957..8a816324 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT(Farsight2, 0.0.16.1,
+AC_INIT(Farsight2, 0.0.17,
https://bugs.freedesktop.org/enter_bug.cgi?product=Farsight,
farsight2)
@@ -45,7 +45,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets FS2_LT_LDFLAGS
-AS_LIBTOOL(FS2, 3, 1, 3)
+AS_LIBTOOL(FS2, 4, 0, 4)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.