diff --git a/ChangeLog b/ChangeLog index 447afa301c..115191222d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-26 Thomas Vander Stichele + + * configure.ac: + * win32/common/config.h: + new prerelease + 2006-04-26 Thomas Vander Stichele patch by: Wim Taymans diff --git a/configure.ac b/configure.ac index 08fa4ba079..e4f0649454 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/win32/common/config.h b/win32/common/config.h index 9f60c7d887..03e92baa97 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -211,13 +211,13 @@ #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 @@ -241,7 +241,7 @@ #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). */