diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-06-15 19:15:24 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-06-15 19:15:24 +0100 |
commit | 783bac2bc4d17850c7ce17759805021574d095e0 (patch) | |
tree | a9d60ae4ebb251bb4056cff55f4e214ed98e5de3 /configure.ac | |
parent | c32f58ffc8eb903916020aa50b2f53e449ba16d4 (diff) |
Release 0.10.35
This is an ad-hoc release that is almost identical to 0.10.34:
* work around GLib atomic ops API change
* some minor win32/mingw fixes
* don't use G_CONST_RETURN in public headers
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4719acdd0..f625f86a6 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.60) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, git and prerelease does Werror too -AC_INIT(GStreamer, 0.10.34, +AC_INIT(GStreamer, 0.10.35, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) AG_GST_INIT |