win32/common/config.h: update for version
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 16 Sep 2006 10:47:36 +0000 (10:47 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 16 Sep 2006 10:47:36 +0000 (10:47 +0000)
Original commit message from CVS:
* win32/common/config.h:
update for version

ChangeLog
win32/common/config.h

index 62bd99c..334f669 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2006-09-16  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * win32/common/config.h:
+         update for version
+
 2006-09-16  Stefan Kost  <ensonic@users.sf.net>
 
        * gst/gsterror.c:
-          Documents how to receive errors.
+         Documents how to receive errors.
 
 2006-09-15  Wim Taymans  <wim@fluendo.com>
 
index 4a70d16..08ab19c 100644 (file)
@@ -24,7 +24,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"
@@ -33,7 +33,7 @@
 #define GST_MAJORMINOR "0.10"
 
 /* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer source release"
+#define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
 
 /* package origin */
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 #define PACKAGE_NAME "GStreamer"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 0.10.10"
+#define PACKAGE_STRING "GStreamer 0.10.10.1"
 
 /* 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.10"
+#define PACKAGE_VERSION "0.10.10.1"
 
 /* Define the plugin directory */
 #ifdef _DEBUG
 #undef USE_POISONING
 
 /* Version number of package */
-#define VERSION "0.10.10"
+#define VERSION "0.10.10.1"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */