diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-09-01 12:27:35 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-09-01 12:27:35 +0300 |
commit | c5300b7bc369c4859d235b21f45b1c344e9e74ef (patch) | |
tree | 273d1bb36ed3f4a6be921b64a993d2104e878514 | |
parent | 62619928d1852819aa63c2f9dd783fc52cf00b57 (diff) | |
download | gstreamer-plugins-good-c5300b7bc369c4859d235b21f45b1c344e9e74ef.tar.gz |
Back to development
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9c9d0433f..7f07733be 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.9.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) +AC_INIT([GStreamer Good Plug-ins],[1.9.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) AG_GST_INIT |