summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-21 10:50:06 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-21 10:50:06 +0000
commitc2e0ec6d0bef44827476d96ee9e5ae92dec8be46 (patch)
tree31367e767729e6d5664753a20a45642e0bef510c /configure.ac
parentc5fd3b40fed9b47de9f41ef1c6aacb72ce352811 (diff)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cbf2bf4772..3325abc63c 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, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
-AC_INIT(GStreamer Base Plug-ins, 0.10.31.4,
+AC_INIT(GStreamer Base Plug-ins, 0.10.32,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)
@@ -60,7 +60,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.31.3
+GST_REQ=0.10.32
dnl *** autotools stuff ****