configure: Update version to 1.3.0.1 and require GStreamer 1.3.0
authorSebastian Dröge <sebastian@centricular.com>
Sun, 9 Feb 2014 09:25:44 +0000 (10:25 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 9 Feb 2014 09:26:45 +0000 (10:26 +0100)
configure.ac

index 979b6f9..3efe1a7 100644 (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 ****