summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-06-10 16:02:26 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-06-10 16:02:26 -0400
commitaaad8b0733b76982883dc4bcfae9457b200ac8e7 (patch)
treeb679498fb8ba57eb665bc27d5f03c299edcbeb93
parent8f86199aae8350159752fc82d5eaa9c1cb6bb0fa (diff)
downloadfarstream-aaad8b0733b76982883dc4bcfae9457b200ac8e7.tar.gz
Version 0.0.290.0.29
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 65b07d89..9086c9bd 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.28.1,
+AC_INIT(Farsight2, 0.0.29,
https://bugs.freedesktop.org/enter_bug.cgi?product=Farsight,
farsight2)
@@ -52,7 +52,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, 8, 0, 8)
+AS_LIBTOOL(FS2, 9, 0, 9)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.