From 047ede74dc73a37861d63f693052a6c1fc9820dd Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 11 Mar 2008 00:25:13 +0000 Subject: [PATCH] 0.10.17.3 pre-release Original commit message from CVS: * configure.ac: * win32/common/config.h: 0.10.17.3 pre-release --- ChangeLog | 6 ++++++ configure.ac | 2 +- win32/common/config.h | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 730c0257d6..c7c7d08c05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-03-11 Jan Schmidt + + * configure.ac: + * win32/common/config.h: + 0.10.17.3 pre-release + 2008-03-10 Wim Taymans * gst-libs/gst/audio/gstbaseaudiosrc.c: diff --git a/configure.ac b/configure.ac index ba302dd120..4021591fde 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, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT(GStreamer Base Plug-ins, 0.10.17.2, +AC_INIT(GStreamer Base Plug-ins, 0.10.17.3, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-base) diff --git a/win32/common/config.h b/win32/common/config.h index c12b9d958f..eefc264861 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -211,13 +211,13 @@ #define PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.17.2" +#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.17.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.17.2" +#define PACKAGE_VERSION "0.10.17.3" /* directory where plugins are located */ #undef PLUGINDIR @@ -241,7 +241,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.17.2" +#define VERSION "0.10.17.3" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */