From: Tim-Philipp Müller Date: Tue, 26 Jan 2010 18:59:50 +0000 (+0000) Subject: 0.10.25.2 pre-release X-Git-Tag: RELEASE-0.10.26~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f4c98e57bb12bf2d2fc281e9cceb5ddea4f174d;p=platform%2Fupstream%2Fgstreamer.git 0.10.25.2 pre-release --- diff --git a/configure.ac b/configure.ac index 796925a..32a34f2 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, git and prerelease does Werror too -AC_INIT(GStreamer, 0.10.25.1, +AC_INIT(GStreamer, 0.10.25.2, 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, 22, 0, 22) +AS_LIBTOOL(GST, 23, 0, 23) dnl FIXME: this macro doesn't actually work; dnl the generated libtool script has no support for the listed tags.