diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-09-17 17:57:58 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-09-17 17:57:58 +0100 |
commit | d939d79a1f89f6f24522c9ab2da60062bcdd7cb7 (patch) | |
tree | f42ae02b08a8eb1fafeb2e1552165f8d5397e2f8 /configure.ac | |
parent | e10b0b74313b108da963b64b7efc689681267eaf (diff) |
Release 0.11.99RELEASE-0.11.99
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3dca6ce14..61257e710 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, 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.94.1, +AC_INIT(GStreamer Good Plug-ins, 0.11.99, 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.94 -GSTPB_REQ=0.11.94 +GST_REQ=0.11.99 +GSTPB_REQ=0.11.99 dnl *** autotools stuff **** |