update config for .1
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 4 Jan 2006 23:53:01 +0000 (23:53 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 4 Jan 2006 23:53:01 +0000 (23:53 +0000)
Original commit message from CVS:
update config for .1

win32/common/config.h

index c120fec17b99d301407872f4191f74e2c0781987..70ca42ac372ce5956e11825e7e2383dc59da7a4f 100644 (file)
@@ -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"
 #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.10.1"
+#define GST_VERSION "0.10.1.1"
 
 /* Define if the host CPU is an Alpha */
 #undef HAVE_CPU_ALPHA
 #undef USE_POISONING
 
 /* Version number of package */
-#define VERSION "0.10.1"
+#define VERSION "0.10.1.1"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */