Release 1.0.0
[platform/upstream/gstreamer.git] / configure.ac
index 61257e7..1c066da 100644 (file)
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
 dnl initialize autoconf
 dnl releases only do -Wall, git and prerelease does -Werror too
 dnl use a three digit version number for releases, and four for git/pre
-AC_INIT(GStreamer Good Plug-ins, 0.11.99,
+AC_INIT(GStreamer Good Plug-ins, 1.0.0,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-plugins-good)
 
@@ -48,8 +48,8 @@ AG_GST_LIBTOOL_PREPARE
 AS_LIBTOOL(GST, 0, 0, 0)
 
 dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.11.99
-GSTPB_REQ=0.11.99
+GST_REQ=1.0.0
+GSTPB_REQ=1.0.0
 
 dnl *** autotools stuff ****