summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-05-25 14:06:15 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-05-25 16:32:17 -0400
commit2267454214e5e026c0e77003e728ae335b1d5d9b (patch)
treeac9f10b7e72c0de4518975a2a50f311ec086970f
parentc396561f25ca8d7f8a35c86df2f3b231894fefb4 (diff)
downloadfarstream-0.0.11.tar.gz
Version 0.0.110.0.11
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 171694d4..38346bc8 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.10.1,
+AC_INIT(Farsight2, 0.0.11,
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, 0, 1, 0)
+AS_LIBTOOL(FS2, 1, 0, 1)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.