summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-07-15 01:49:04 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-07-15 01:49:04 +0100
commitae4c19ee50c4748e48e2ce7b139592a7b712b03d (patch)
tree39efefa091cd843461714d9467f5a60d5d9b2add /configure.ac
parent8dd4ad21d8604cc223d5c442af990ad588fd8764 (diff)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 12532461cf..338edf3c1d 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/pre
-AC_INIT(GStreamer Good Plug-ins, 0.10.23.4,
+AC_INIT(GStreamer Good Plug-ins, 0.10.24,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)
@@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.29.2
-GSTPB_REQ=0.10.29.2
+GST_REQ=0.10.30
+GSTPB_REQ=0.10.30
dnl *** autotools stuff ****