summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-02-15 12:16:16 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-02-15 12:16:16 -0500
commit82ae43536096773e56d7c454102015a5be1d5877 (patch)
treeabebfc2d02ff5ee487f2925714ebf817fe0a62f0
parenta64fc0e98135e5a39830f6531d777c1c01dfe58b (diff)
downloadfarstream-82ae43536096773e56d7c454102015a5be1d5877.tar.gz
Version 0.0.250.0.25
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2107b26b..a3d09019 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.24.1,
+AC_INIT(Farsight2, 0.0.25,
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, 6, 0, 6)
+AS_LIBTOOL(FS2, 6, 1, 6)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.