add a torture target
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 23 Nov 2005 21:24:46 +0000 (21:24 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 23 Nov 2005 21:24:46 +0000 (21:24 +0000)
Original commit message from CVS:
add a torture target

Makefile.am
win32/common/config.h

index 0e7ab47cd31d2c3f6047acb494ab7d3832453099..890f40bb99cadd2915717508faed1aed5c569218 100644 (file)
@@ -120,6 +120,9 @@ endif
 check-valgrind:
        cd check && make check-valgrind
 
+check-torture:
+       cd check && make torture
+
 win32-update:
        for f in gstversion.h gstenumtypes.c gstenumtypes.h; do \
                cp $(top_builddir)/gst/$$f win32/common; done
index aa6928377ed988c6cc85620848917a57e4e32634..ce65fe77d119ef3fe8bd2500c6fd45c80218769d 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.9.6"
+#define GST_VERSION "0.9.6.1"
 
 /* Define if the host CPU is an Alpha */
 #undef HAVE_CPU_ALPHA
 #undef USE_POISONING
 
 /* Version number of package */
-#define VERSION "0.9.6"
+#define VERSION "0.9.6.1"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */