configure: Update version to 1.3.0.1 and require GStreamer 1.3.0

This commit is contained in:
Sebastian Dröge 2014-02-09 10:25:44 +01:00
parent 902b59f823
commit 745424e05c

View file

@ -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], [0.11.90.1],
AC_INIT([GStreamer RTSP Server Library], [1.3.0.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],
[gst-rtsp-server])
AG_GST_INIT
@ -39,12 +39,12 @@ dnl we override it here if we need to for the release candidate of new series
GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AS_LIBTOOL(GST, 0, 0, 0)
AS_LIBTOOL(GST, 300, 0, 300)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.2.0
GSTPB_REQ=1.2.0
GSTPG_REQ=1.2.0
GST_REQ=1.3.0.1
GSTPB_REQ=1.3.0.1
GSTPG_REQ=1.3.0.1
dnl *** autotools stuff ****