summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-08-03 16:32:19 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-08-03 16:32:19 -0400
commit20ffe3888a03c9e762b03419eba46d55ad56ceb7 (patch)
tree0f9b03e33b4cf1e9e5fec579edf4be132e2f4880
parentec8c0a1204b0381c778fa39fba485f041e7e8582 (diff)
downloadfarstream-0.0.14.tar.gz
Version 0.0.140.0.14
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fb384aad..323fc0fa 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.13.1,
+AC_INIT(Farsight2, 0.0.14,
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, 2, 0, 2)
+AS_LIBTOOL(FS2, 3, 0, 3)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.