configure.ac: Release 0.10.0.2 - pre-release for 0.10.1

Original commit message from CVS:
* configure.ac:
Release 0.10.0.2 - pre-release for 0.10.1
This commit is contained in:
Jan Schmidt 2006-02-17 16:00:12 +00:00
parent c07f7ae978
commit 200bde0efc
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2006-02-17 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
Release 0.10.0.2 - pre-release for 0.10.1
2006-02-16 Edward Hervey <edward@fluendo.com>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),

View file

@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 10, 0, 1,
AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 10, 0, 2,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
@ -205,7 +205,8 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
dnl check for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
GST_REQ=0.9.7
GST_REQ=0.10.3
GST_PBREQ=0.10.3
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST="yes", HAVE_GST="no")
@ -220,7 +221,7 @@ fi
AC_SUBST(GST_TOOLS_DIR)
dnl check for gstreamer-base; uninstalled is selected preferentially
PKG_CHECK_MODULES(GST_BASE, gstreamer-base-$GST_MAJORMINOR >= $GST_REQ,
PKG_CHECK_MODULES(GST_BASE, gstreamer-base-$GST_MAJORMINOR >= $GST_PBREQ,
HAVE_GST_BASE="yes", HAVE_GST_BASE="no")
if test "x$HAVE_GST_BASE" = "xno"; then