From 8502aeb5807dc8f9b2b70d67736eb7eaa7acf2d9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 28 Apr 2006 13:05:19 +0000 Subject: [PATCH] update win32 config.h Original commit message from CVS: update win32 config.h --- win32/common/config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/win32/common/config.h b/win32/common/config.h index 5e8dac2..d81a118 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -24,13 +24,13 @@ /* #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" /* 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" @@ -191,13 +191,13 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 0.10.5" +#define PACKAGE_STRING "GStreamer 0.10.5.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.5" +#define PACKAGE_VERSION "0.10.5.1" /* Define the plugin directory */ #ifdef _DEBUG @@ -213,7 +213,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.5" +#define VERSION "0.10.5.1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ -- 2.7.4