X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=04457ff02143fdb8e83174da257322a171637f0e;hb=67644cb625d1b5fe107dc59a2a7e9bd9e633cf8c;hp=4a7df6276de54375e2747d97e6ddc68ac55228b2;hpb=a8e604355cc18445f1b9154abc9efb6d990c32bf;p=platform%2Fupstream%2Fgstreamer.git diff --git a/configure.ac b/configure.ac index 4a7df62..04457ff 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.62) 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 RTSP Server Library], [1.3.91], +AC_INIT([GStreamer RTSP Server Library], [1.4.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer], [gst-rtsp-server]) AG_GST_INIT @@ -53,13 +53,13 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 391, 0, 391) +AS_LIBTOOL(GST, 400, 0, 400) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.3.91 -GSTPB_REQ=1.3.91 -GSTPG_REQ=1.3.91 -GSTPD_REQ=1.3.91 +GST_REQ=1.4.0 +GSTPB_REQ=1.4.0 +GSTPG_REQ=1.4.0 +GSTPD_REQ=1.4.0 dnl *** autotools stuff ****