diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-03-06 01:49:26 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-03-06 01:49:26 +0000 |
commit | 9194b36eb20e2112f5dd05cc62eee99a30475d55 (patch) | |
tree | 5ed3df18e8cd75cc321873af7bcd7ae5adc27ac1 /configure.ac | |
parent | c2908999bc46eb2c929a495493311767b9814e0f (diff) | |
download | gstreamer-plugins-bad-9194b36eb20e2112f5dd05cc62eee99a30475d55.tar.gz |
Release 0.10.18RELEASE-0.10.18
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 c64b83577..9d02d9e49 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) 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.17.4, +AC_INIT(GStreamer Bad Plug-ins, 0.10.18, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-bad) @@ -45,8 +45,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.26.3 -GSTPB_REQ=0.10.26.3 +GST_REQ=0.10.27 +GSTPB_REQ=0.10.27 dnl *** autotools stuff **** |