diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-17 11:05:37 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-17 11:05:37 +0100 |
commit | e4754d274bae87e1f1528acd83c1e09d783aff6e (patch) | |
tree | 322b42e0ce5485e11e459baf748bc60c029b1a80 /configure.ac | |
parent | f08e247051c5c6d0aaacc29f99a2b0bb9de8405e (diff) | |
download | gstreamer-plugins-bad-e4754d274bae87e1f1528acd83c1e09d783aff6e.tar.gz |
RELEASE 0.11.1RELEASE-0.11.1
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 c7f471317..5f4c944cc 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.11.0.1, +AC_INIT(GStreamer Bad Plug-ins, 0.11.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-bad) @@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.11.0.1 -GSTPB_REQ=0.11.0.1 +GST_REQ=0.11.2 +GSTPB_REQ=0.11.2 dnl *** autotools stuff **** |