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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index bbbe1ca9a9..c0cee3d127 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_ERROR
+#define GST_LEVEL_DEFAULT GST_LEVEL_NONE
/* 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 CVS/prerelease"
+#define GST_PACKAGE_NAME "GStreamer source release"
/* Define the version */
-#define GST_VERSION "0.9.3.1"
+#define GST_VERSION "0.9.4"
/* 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.3.1"
+#define VERSION "0.9.4"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */