summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-10-26 11:24:55 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-10-26 11:24:55 +0100
commita8186f90e839f1e5a9c999fc8e796f9c19fbde59 (patch)
tree9c65a89148b76ede4d63b18ee255e0669348a179 /configure.ac
parentde7c72dec2a022b90cefe21ec0a92b1ad452c19d (diff)
configure: bump version number after refactoring
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c61282f..e3f5b4b 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(Gst-RTSP, 0.11.89.1,
+AC_INIT(Gst-RTSP, 0.11.90.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-rtsp)
AG_GST_INIT
@@ -42,9 +42,9 @@ AC_SUBST(GST_API_VERSION)
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.11.0
-GSTPB_REQ=0.11.0
-GSTPG_REQ=0.11.0
+GST_REQ=1.0.0
+GSTPB_REQ=1.0.0
+GSTPG_REQ=1.0.0
dnl *** autotools stuff ****