From: Tim-Philipp Müller Date: Wed, 27 Jan 2010 01:12:49 +0000 (+0000) Subject: 0.10.25.2 pre-release X-Git-Tag: RELEASE-0.10.26~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70511545b214559903caddfb002b5f9339d4b71c;p=platform%2Fupstream%2Fgst-plugins-base.git 0.10.25.2 pre-release --- diff --git a/configure.ac b/configure.ac index e461d86..1d45981 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.25.1, +AC_INIT(GStreamer Base Plug-ins, 0.10.25.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, 18, 0, 18) +AS_LIBTOOL(GST, 19, 0, 19) dnl FIXME: this macro doesn't actually work; dnl the generated libtool script has no support for the listed tags. @@ -55,7 +55,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.25.1 +GST_REQ=0.10.25.2 dnl *** autotools stuff ****