new prerelease
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 26 Apr 2006 17:20:31 +0000 (17:20 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 26 Apr 2006 17:20:31 +0000 (17:20 +0000)
Original commit message from CVS:
new prerelease

ChangeLog
configure.ac
win32/common/config.h

index 447afa3..1151912 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * configure.ac:
+       * win32/common/config.h:
+         new prerelease
+
+2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        patch by: Wim Taymans
 
        * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
index 08fa4ba..e4f0649 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
 dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer Base Plug-ins, 0.10.5.3,
+AC_INIT(GStreamer Base Plug-ins, 0.10.5.4,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-plugins-base)
 
index 9f60c7d..03e92ba 100644 (file)
 #undef PACKAGE_NAME "GStreamer Base Plug-ins"
 
 /* Define to the full name and version of this package. */
-#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.5.3"
+#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.5.4"
 
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME "gst-plugins-base"
 
 /* Define to the version of this package. */
-#undef PACKAGE_VERSION "0.10.5.3"
+#undef PACKAGE_VERSION "0.10.5.4"
 
 /* directory where plugins are located */
 #undef PLUGINDIR
 #undef STDC_HEADERS
 
 /* Version number of package */
-#define VERSION "0.10.5.3"
+#define VERSION "0.10.5.4"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */