configure.ac: pre-release 0.10.21.3

Original commit message from CVS:
* configure.ac:
pre-release 0.10.21.3
This commit is contained in:
Jan Schmidt 2009-01-09 23:37:19 +00:00
parent 10f9331125
commit 9d000cbd21
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-01-09 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
pre-release 0.10.21.3
2009-01-09 Wim Taymans <wim.taymans@collabora.co.uk> 2009-01-09 Wim Taymans <wim.taymans@collabora.co.uk>
* libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state), * libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state),

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.52)
dnl initialize autoconf dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right ! dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(GStreamer, 0.10.21.1, AC_INIT(GStreamer, 0.10.21.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer) gstreamer)
AG_GST_INIT AG_GST_INIT
@ -43,7 +43,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0 dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 18, 0, 18) AS_LIBTOOL(GST, 19, 0, 19)
dnl FIXME: this macro doesn't actually work; dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags. dnl the generated libtool script has no support for the listed tags.