configure.ac: pre-release 0.10.21.3
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 9 Jan 2009 23:37:19 +0000 (23:37 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 9 Jan 2009 23:37:19 +0000 (23:37 +0000)
Original commit message from CVS:
* configure.ac:
pre-release 0.10.21.3

ChangeLog
configure.ac

index dd3072e..8d536ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state),
index 1378640..643b3fa 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
 dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 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,
     gstreamer)
 AG_GST_INIT
@@ -43,7 +43,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, 18, 0, 18)
+AS_LIBTOOL(GST, 19, 0, 19)
 
 dnl FIXME: this macro doesn't actually work;
 dnl the generated libtool script has no support for the listed tags.