Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-09-14 05:48:43 +0400
committerTim-Philipp Müller <tim@centricular.net>2012-09-14 05:48:43 +0400
commita9f020a0e250154ae4c0a27f34075c69784f436b (patch)
tree87582e4c51d5a004c93c90a3d4ef3dcf83244f73 /configure.ac
parentf4d83e3100c3e7ec725831c8deec8ad141649116 (diff)
Release 0.11.94RELEASE-0.11.94
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e0fdc1152..e756faa88 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.93.1,
+AC_INIT(GStreamer Good Plug-ins, 0.11.94,
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.93
-GSTPB_REQ=0.11.93
+GST_REQ=0.11.94
+GSTPB_REQ=0.11.94
dnl *** autotools stuff ****