X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=e1345695f516b65c9709da19664eb927248c03f6;hb=cc55b304ef4ab1cd95f6348d33f268ccebaab8e8;hp=a536d75188b80ae0f7602bec1a80ec58b8a32a14;hpb=124f2f566f53302400c0af442676592d017e180a;p=platform%2Fupstream%2Fgstreamer.git diff --git a/configure.ac b/configure.ac index a536d75..e134569 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, git and prerelease does Werror too dnl -AC_INIT([GStreamer],[1.13.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer]) +AC_INIT([GStreamer],[1.15.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer]) AG_GST_INIT dnl initialize automake (we require GNU make) @@ -62,7 +62,7 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 1301, 0, 1301) +AS_LIBTOOL(GST, 1500, 0, 1500) dnl *** autotools stuff **** @@ -947,7 +947,7 @@ dnl *** finalize CFLAGS, LDFLAGS, LIBS dnl Overview: dnl GST_OPTION_CFLAGS: common cflags for profiling, debugging, errors, ... dnl GST_ALL_*: vars shared by all built objects -dnl GST_LIB_LDFLAGS: additional linker flags for all libaries +dnl GST_LIB_LDFLAGS: additional linker flags for all libraries dnl GST_OBJ_*: additional vars to link to the core library dnl include GST_ALL_* dnl GST_LT_LDFLAGS: library versioning of our libraries