summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-06-15 19:29:48 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-06-15 19:29:48 +0100
commit04c392fa7d86f348ae9edaabf4c95b8deb64288e (patch)
tree49eb9583c683584f1fcf25bd49f1237a1924a603 /configure.ac
parent5b82a997394476bc4bb2a54c711898eee3be30f8 (diff)
Release 0.10.35RELEASE-0.10.35
This is an ad-hoc release that is almost identical to 0.10.34: * work around GLib atomic ops API change * don't use G_CONST_RETURN in public headers * subparse: typefinding fixes for subtitles in non-UTF8 charsets
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8131f8a8e..15de6260f 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.34,
+AC_INIT(GStreamer Base Plug-ins, 0.10.35,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)