diff --git a/ChangeLog b/ChangeLog index c528c30d48..d26e952dae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-12 Thomas Vander Stichele + + * configure.ac: + * win32/common/config.h: + prerelease + 2006-04-12 Tim-Philipp Müller * libs/gst/controller/gstcontroller.c: (gst_controller_unset), diff --git a/configure.ac b/configure.ac index 98ef65d1ed..35998975eb 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, 0.10.4.1, +AC_INIT(GStreamer, 0.10.4.2, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) diff --git a/win32/common/config.h b/win32/common/config.h index 9a2ad1654a..e6c7da3b16 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -169,7 +169,7 @@ #define HAVE_WIN32 1 /* Define host CPU */ -#define HOST_CPU "x86_64" +#define HOST_CPU "i686" /* library dir */ #ifdef _DEBUG @@ -191,13 +191,13 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 0.10.4.1" +#define PACKAGE_STRING "GStreamer 0.10.4.2" /* 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.4.1" +#define PACKAGE_VERSION "0.10.4.2" /* Define the plugin directory */ #ifdef _DEBUG @@ -213,7 +213,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.4.1" +#define VERSION "0.10.4.2" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */