From: Thomas Vander Stichele Date: Tue, 2 Jan 2007 09:31:11 +0000 (+0000) Subject: bump to CVS X-Git-Tag: RELEASE-0_10_12~123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3542f877e2fc4c5392c70c554068b2fdc558035f;p=platform%2Fupstream%2Fgstreamer.git bump to CVS Original commit message from CVS: bump to CVS --- diff --git a/win32/common/config.h b/win32/common/config.h index effb3ea..8b8ae16 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -24,7 +24,7 @@ /* #undef GST_GCOV_ENABLED */ /* Default errorlevel to use */ -#define GST_LEVEL_DEFAULT GST_LEVEL_NONE +#define GST_LEVEL_DEFAULT GST_LEVEL_ERROR /* GStreamer license */ #define GST_LICENSE "LGPL" @@ -33,7 +33,7 @@ #define GST_MAJORMINOR "0.10" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer source release" +#define GST_PACKAGE_NAME "GStreamer CVS/prerelease" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -175,7 +175,7 @@ #define HAVE_WIN32 1 /* Define host CPU */ -#define HOST_CPU "x86_64" +#define HOST_CPU "i686" /* library dir */ #ifdef _DEBUG @@ -197,13 +197,13 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 0.10.11" +#define PACKAGE_STRING "GStreamer 0.10.11.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gstreamer" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.11" +#define PACKAGE_VERSION "0.10.11.1" /* Define the plugin directory */ #ifdef _DEBUG @@ -219,7 +219,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.11" +#define VERSION "0.10.11.1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */