summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-24 14:27:45 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-24 14:27:45 +0200
commitd4545e085c1f7e631e17edf514820bbc1f682c7e (patch)
tree4340562af417609ffe376e998d992781d736f29b /configure.ac
parent4dca6662f093b7cf6c795e436a5a81f9a413f434 (diff)
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 ab4501e8c7..a128a2c157 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT([GStreamer Ugly Plug-ins],[1.1.90.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
+AC_INIT([GStreamer Ugly Plug-ins],[1.2.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AG_GST_INIT
@@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
-AS_LIBTOOL(GST, 190, 0, 190)
+AS_LIBTOOL(GST, 200, 0, 200)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.1.90.1
-GSTPB_REQ=1.1.90.1
+GST_REQ=1.2.0
+GSTPB_REQ=1.2.0
dnl *** autotools stuff ****