summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2009-01-09 23:42:22 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2009-01-09 23:42:22 +0000
commit952f184b6729994591a57c48b9dd5345e114a451 (patch)
treed577ee5699bb835de89ec0587246a25bbb033d2c
parent80ac3b565ed0bdd4e42e04bcf53b715f78721a10 (diff)
configure.ac: 0.10.21.3 pre-release
Original commit message from CVS: * configure.ac: 0.10.21.3 pre-release
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6eff1f3f..e1e543f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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>
+
* gst-libs/gst/app/gstappsink.c:
Store the returned signal id in the right slot when
registering the pull-buffer signal.
diff --git a/configure.ac b/configure.ac
index 78c36438..d2aead93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
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
-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,
gst-plugins-base)
@@ -44,7 +44,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
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 the generated libtool script has no support for the listed tags.