diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-01-27 01:12:49 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-01-27 01:16:01 +0000 |
commit | 70511545b214559903caddfb002b5f9339d4b71c (patch) | |
tree | bec5167bfaf6ccffa189c727e7d60032799c8448 | |
parent | b5d0a6d981bd681e89aef80a689b771aca1af117 (diff) |
0.10.25.2 pre-release
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e461d866..1d459814 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 **** |