diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-09-01 12:26:40 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-09-01 12:26:40 +0300 |
commit | 7bb10643723a09d1ebbcef28f1607f69268f9a6c (patch) | |
tree | efc75c6c551ee257f9f08a6fd33bc365c0a4cdde /configure.ac | |
parent | 47b7c8dc752c0484e8f4668ab3015db55b3f3ffa (diff) | |
download | gstreamer-plugins-base-7bb10643723a09d1ebbcef28f1607f69268f9a6c.tar.gz |
Back to development
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7e704288b..2a110b288 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 Base Plug-ins],[1.9.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) +AC_INIT([GStreamer Base Plug-ins],[1.9.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) AG_GST_INIT |