summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-02-09 10:25:44 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-09 10:26:45 +0100
commit745424e05cb6a9f8fcbdb1a53f8db86567372116 (patch)
tree85489f4eeaa9e3dbba195bda1add07acba0b01ab
parent902b59f8238b48d3f225b494c808116bd439d825 (diff)
configure: Update version to 1.3.0.1 and require GStreamer 1.3.0
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
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 ****