diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-11 15:58:51 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-11 15:58:51 +0200 |
commit | a77eed05c73b75f9ee1adbb0585c7abaf8286740 (patch) | |
tree | 2af56e5c4999c026c2d9f27394e0805f258ea4d9 /configure.ac | |
parent | 812ec6ad496e6b578c53a00859dcc2f782707eca (diff) | |
download | gstreamer-plugins-good-a77eed05c73b75f9ee1adbb0585c7abaf8286740.tar.gz |
Release 1.1.21.1.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index b89bb8a94..34234df47 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],[1.1.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) +AC_INIT([GStreamer Good Plug-ins],[1.1.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) AG_GST_INIT @@ -43,11 +43,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 101, 0, 101) +AS_LIBTOOL(GST, 102, 0, 102) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.1.1.1 -GSTPB_REQ=1.1.1.1 +GST_REQ=1.1.2 +GSTPB_REQ=1.1.2 dnl *** autotools stuff **** |