0.10.25.2 pre-release
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 27 Jan 2010 01:12:49 +0000 (01:12 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 27 Jan 2010 01:16:01 +0000 (01:16 +0000)
configure.ac

index e461d86..1d45981 100644 (file)
@@ -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 ****