summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-05-04 15:36:55 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-05-04 15:36:55 +0300
commit7854a6597868eeb91bca7518ad73adcb3107f56d (patch)
treeba622a31860272b36cc8045a8b50a56af5d2929d /configure.ac
parentd307d8d333bf24ddcb9bc9b9564f21f112149410 (diff)
Release 1.12.01.12.0
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 90715f23a..b151208a8 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.11.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
+AC_INIT([GStreamer],[1.12.0],[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, 1191, 0, 1191)
+AS_LIBTOOL(GST, 1200, 0, 1200)
dnl *** autotools stuff ****