summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-07-30 12:02:29 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-07-30 12:02:29 -0400
commit6f953c28402209772a7add26cbbebbe81a8ce5bf (patch)
tree47c22d9ddb6e4e7a2fcf6bbc6a7282795e202c8b
parent96870f00af162f2292c12ab7a4ba855dd705a249 (diff)
downloadfarstream-0.0.13.tar.gz
Version 0.0.130.0.13
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c4d09a40..c70cfbbc 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.12.1,
+AC_INIT(Farsight2, 0.0.13,
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, 1, 0, 1)
+AS_LIBTOOL(FS2, 2, 0, 2)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.