summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-10-04 16:17:33 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-10-04 16:17:33 -0400
commit6c488e499417dbfa8957d7717c3cbe6a5214ac09 (patch)
tree2388989dd31fa2bfe0ae6abd8b8fc69be4441f9f /configure.ac
parentbe619f6564d552dba6cacca91b7515d650d5de83 (diff)
downloadfarstream-6c488e499417dbfa8957d7717c3cbe6a5214ac09.tar.gz
Version 0.2.10.2.1
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 2d330836..b770f0d5 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(Farstream, 0.2.0.1,
+AC_INIT(Farstream, 0.2.1,
https://bugs.freedesktop.org/enter_bug.cgi?product=Farstream,
farstream)
@@ -56,7 +56,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets FS_LT_LDFLAGS
-AS_LIBTOOL(FS, 2, 0, 0)
+AS_LIBTOOL(FS, 2, 1, 0)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.