summaryrefslogtreecommitdiff
path: root/win32/common/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/common/config.h')
-rw-r--r--win32/common/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index b9b0f1daec..5e8dac217c 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_ERROR
+#define GST_LEVEL_DEFAULT GST_LEVEL_NONE
/* GStreamer license */
#define GST_LICENSE "LGPL"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
+#define GST_PACKAGE_NAME "GStreamer source release"
/* 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.4.3"
+#define PACKAGE_STRING "GStreamer 0.10.5"
/* 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.4.3"
+#define PACKAGE_VERSION "0.10.5"
/* Define the plugin directory */
#ifdef _DEBUG
@@ -213,7 +213,7 @@
#undef USE_POISONING
/* Version number of package */
-#define VERSION "0.10.4.3"
+#define VERSION "0.10.5"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */