X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=e7ae957da0ec6c40b2f331b558bd0bf47841c2d0;hb=4ff2188958388382bd66c64fa01012c856441d91;hp=8c20e50813e4cd274011b3ecda6415ff7f4b18c2;hpb=b6e6f1ae73375ef66a5748069843aaed1a83e6a6;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/configure.ac b/configure.ac index 8c20e50..e7ae957 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],[1.15.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) +AC_INIT([GStreamer Good Plug-ins],[1.16.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) AG_GST_INIT @@ -46,11 +46,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 1501, 0, 1501) +AS_LIBTOOL(GST, 1600, 0, 1600) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.15.1 -GSTPB_REQ=1.15.1 +GST_REQ=1.16.0 +GSTPB_REQ=1.16.0 dnl *** autotools stuff ****