Back to development
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 13 Apr 2012 07:32:11 +0000 (09:32 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 13 Apr 2012 07:32:11 +0000 (09:32 +0200)
configure.ac

index b11ee4c4a4d81d3b34630e209b7c5224ad8867d4..7a18273abb229682ab8d3dfaba8a07eaad20e937 100644 (file)
@@ -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 libav, 0.11.90,
+AC_INIT(GStreamer libav, 0.11.90.1,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-libav)
 
@@ -47,7 +47,7 @@ AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 
 dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.11.3
+GST_REQ=0.11.90
 ORC_REQ=0.4.6
 
 dnl *** autotools stuff ****