summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-08-05 00:56:58 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-08-05 00:56:58 +0100
commit906992bdb0674e42a2ce34aec431ff26f92fe135 (patch)
tree6ca21b879ee9df9b6e08e006fb9fa87c95d5c12f /configure.ac
parent462f1a557ba15954f6e7516f494b03c20309ef03 (diff)
Release 0.10.24
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 10bc8986..94f38486 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, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
-AC_INIT(GStreamer Base Plug-ins, 0.10.23.5,
+AC_INIT(GStreamer Base Plug-ins, 0.10.24,
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, 16, 0, 16)
+AS_LIBTOOL(GST, 17, 0, 17)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.