From 6b9b2e40154ac91f6f5f805d98a60569f76b3004 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 12 Nov 2005 10:04:01 +0000 Subject: [PATCH] update win32 files for HEAD Original commit message from CVS: update win32 files for HEAD --- win32/common/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win32/common/config.h b/win32/common/config.h index a7978331dd..7ea830f560 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -21,7 +21,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" @@ -30,10 +30,10 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer source release" +#define GST_PACKAGE_NAME "GStreamer CVS/prerelease" /* Define the version */ -#define GST_VERSION "0.9.5" +#define GST_VERSION "0.9.5.1" /* Define if the host CPU is an Alpha */ #undef HAVE_CPU_ALPHA @@ -205,7 +205,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.9.5" +#define VERSION "0.9.5.1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */