summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-05-10 16:50:41 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-05-10 21:15:14 -0400
commit76dc68d80b4ddae7bdb4159ebdf94f447457ae70 (patch)
tree7c8cc1709f1eb57e46574cc7fee0c39548cab1ec
parent8ad7a67d943bc0aae96a97f049c0bd14ce342b5e (diff)
downloadfarstream-76dc68d80b4ddae7bdb4159ebdf94f447457ae70.tar.gz
Version 0.0.280.0.28
-rw-r--r--README6
-rw-r--r--configure.ac8
2 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index ec4894d9..90a5208c 100644
--- a/README
+++ b/README
@@ -15,8 +15,8 @@ Requirements
============
Build time:
- - gstreamer 0.10.26
- - gst-plugins-base 0.10.26
+ - gstreamer 0.10.33
+ - gst-plugins-base 0.10.33
- glib 2.26
- Python 2.4
- libnice 0.1.0
@@ -30,7 +30,7 @@ For the python module:
Run time for the RTP plugin:
All of the build time requirements (except gtk-doc) plus
- - gst-plugins-good 0.10.17
+ - gst-plugins-good 0.10.29
- gst-plugins-bad 0.10.20
Run time for the MSN plugin:
diff --git a/configure.ac b/configure.ac
index 733af2ae..8ed4c5b8 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.27.1,
+AC_INIT(Farsight2, 0.0.28,
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, 7, 0, 7)
+AS_LIBTOOL(FS2, 8, 0, 8)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.
@@ -62,8 +62,8 @@ dnl AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.26
-GSTPB_REQ=0.10.26
+GST_REQ=0.10.33
+GSTPB_REQ=0.10.33
dnl *** autotools stuff ****