summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-09-14 15:28:30 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-09-15 14:08:13 -0400
commit6dd0882eeb0bd2da42028abe1d90edcb34f67023 (patch)
tree7c74b74f0d7a85bda492eccf03dd7d0a96f50411
parent24d7f7e8555a47fc5058e77c502a4bc7e31a8e93 (diff)
downloadfarstream-6dd0882eeb0bd2da42028abe1d90edcb34f67023.tar.gz
Version 0.0.300.0.30
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e1b8d42c..4c65f7a7 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.29.1,
+AC_INIT(Farsight2, 0.0.30,
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, 9, 0, 9)
+AS_LIBTOOL(FS2, 9, 1, 9)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.