diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-09 23:37:19 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-09 23:37:19 +0000 |
commit | 9d000cbd211451333b26efa2c158a3c26e9d06a1 (patch) | |
tree | 1bc3e7f0641293648e52f8658655cbd972d393ee /configure.ac | |
parent | 10f9331125cdc41a78cc8aa2bc08a5c2122b3b90 (diff) |
configure.ac: pre-release 0.10.21.3
Original commit message from CVS:
* configure.ac:
pre-release 0.10.21.3
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 137864076..643b3fafc 100644 --- a/configure.ac +++ b/configure.ac @@ -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. |