summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-02-26 11:38:00 +0000
committerTim-Philipp Müller <tim@centricular.com>2019-02-26 13:24:28 +0000
commit0dd0a29c02c77ef0289dcee06400d3ddbb25e8ff (patch)
tree014a640c29bdcd78968a885fa0f66409ca6e95a4 /configure.ac
parent8d3ca40e9db4b9d610b9b112050789103e26af87 (diff)
downloadgstreamer-0dd0a29c02c77ef0289dcee06400d3ddbb25e8ff.tar.gz
Release 1.15.21.15.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 752b324486..2a7ed76ff8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too
dnl
-AC_INIT([GStreamer],[1.15.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
+AC_INIT([GStreamer],[1.15.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
AG_GST_INIT
dnl initialize automake (we require GNU make)
@@ -62,7 +62,7 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 1501, 0, 1501)
+AS_LIBTOOL(GST, 1502, 0, 1502)
dnl *** autotools stuff ****