diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-11-01 18:53:25 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-11-01 18:53:25 +0200 |
commit | 157ebe92cfaecd286e280c5cbac079f435024b70 (patch) | |
tree | 5f58722d1e11f59f50179f2b80ac7dcd8c404766 | |
parent | 0ddfc0554b84e195bf5400cf01df728be7299165 (diff) |
Back to development1.11.0
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 04041ba..72834eb 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/prerelease -AC_INIT(GStreamer OpenMAX Plug-ins, 1.10.0, +AC_INIT(GStreamer OpenMAX Plug-ins, 1.11.0.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-omx) @@ -45,10 +45,10 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 1000, 0, 1000) +AS_LIBTOOL(GST, 1100, 0, 1100) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.10.0 +GST_REQ=1.11.0.1 dnl *** autotools stuff **** |