mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
configure.ac: 0.10.21.3 pre-release
Original commit message from CVS: * configure.ac: 0.10.21.3 pre-release
This commit is contained in:
parent
80ac3b565e
commit
952f184b67
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2009-01-09 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
0.10.21.3 pre-release
|
||||||
|
|
||||||
2009-01-09 Jan Schmidt <jan.schmidt@sun.com>
|
2009-01-09 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* gst-libs/gst/app/gstappsink.c:
|
* gst-libs/gst/app/gstappsink.c:
|
||||||
|
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
||||||
dnl use a three digit version number for releases, and four for cvs/prerelease
|
dnl use a three digit version number for releases, and four for cvs/prerelease
|
||||||
AC_INIT(GStreamer Base Plug-ins, 0.10.21.1,
|
AC_INIT(GStreamer Base Plug-ins, 0.10.21.3,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-base)
|
gst-plugins-base)
|
||||||
|
|
||||||
|
@ -44,7 +44,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, 15, 0, 15)
|
AS_LIBTOOL(GST, 16, 0, 16)
|
||||||
|
|
||||||
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.
|
||||||
|
|
Loading…
Reference in a new issue