diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-06-05 17:58:51 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-06-05 18:33:12 +0200 |
commit | f50d555755368d8bca419032956206c5fe376b40 (patch) | |
tree | e9ca8ed8776d7d58e71cc05962763f6a655b1277 /configure.ac | |
parent | 143abd26c873d5dd50bebb424a7df6f66ac24925 (diff) |
Release 1.1.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 170d6a60e..7e88c9588 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.1.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer]) +AC_INIT([GStreamer],[1.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer]) AG_GST_INIT dnl initialize automake (we require GNU make) @@ -64,7 +64,7 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 100, 0, 100) +AS_LIBTOOL(GST, 101, 0, 101) dnl *** autotools stuff **** |