From 745424e05cb6a9f8fcbdb1a53f8db86567372116 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sun, 9 Feb 2014 10:25:44 +0100 Subject: configure: Update version to 1.3.0.1 and require GStreamer 1.3.0 --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 979b6f9..3efe1a7 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], [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 **** -- cgit v1.2.3