summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-19 00:22:13 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-19 00:22:13 +0000
commitd65e1828d752e4e839356dc817d010f2a1a70aa3 (patch)
tree68733b32e70b30e84dfea48ffa3f0380805db81d /configure.ac
parent868a0113331c2c09c57978b1a94a9b2d5ea694ac (diff)
0.10.26.2 pre-release
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 b5e1c884..9f6833c4 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.26.1,
+AC_INIT(GStreamer Base Plug-ins, 0.10.26.2,
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, 19, 0, 19)
+AS_LIBTOOL(GST, 19, 1, 19)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.