From 15f9ff71c02697b9c4feac38d14fa8b8a3feee96 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 12 Apr 2006 10:58:00 +0000 Subject: [PATCH] prerelease Original commit message from CVS: prerelease --- ChangeLog | 6 ++++++ configure.ac | 2 +- win32/common/config.h | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a6647c480e..2a7e00003b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-12 Thomas Vander Stichele + + * configure.ac: + * win32/common/config.h: + prerelease + 2006-04-11 Tim-Philipp Müller Patch by: Antoine Tremblay diff --git a/configure.ac b/configure.ac index b549b104fc..f6bf500829 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.1, +AC_INIT(GStreamer Base Plug-ins, 0.10.5.2, 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 89d2ff1bd8..852ded359b 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.1" +#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.5.2" /* 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.1" +#undef PACKAGE_VERSION "0.10.5.2" /* directory where plugins are located */ #undef PLUGINDIR @@ -241,7 +241,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.5.1" +#define VERSION "0.10.5.2" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */