diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-01-08 03:10:00 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-01-08 03:10:00 +0000 |
commit | 62c289f71dfe68f9ef6068498119345f744b3b19 (patch) | |
tree | cba5114daa8e6d3e34e737fe4581d7809d1fc56b /configure.ac | |
parent | c0a108012ed2317ee82b7b2490ff66c50eed84ff (diff) | |
download | gstreamer-plugins-bad-62c289f71dfe68f9ef6068498119345f744b3b19.tar.gz |
0.10.20.2 pre-release
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 300621200..757dffd41 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.60) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer Bad Plug-ins, 0.10.20.1, +AC_INIT(GStreamer Bad Plug-ins, 0.10.20.2, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-bad) @@ -50,8 +50,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.31.1 -GSTPB_REQ=0.10.31.1 +GST_REQ=0.10.31.2 +GSTPB_REQ=0.10.31.2 dnl *** autotools stuff **** |