From 4ff26a0efc520a66dda2782a69ee34577d249bb8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 9 Sep 2006 16:08:06 +0000 Subject: [PATCH] second prerelease Original commit message from CVS: second prerelease --- configure.ac | 2 +- win32/common/config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 8396e75e87..7f4ab5ea9a 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT(GStreamer Base Plug-ins, 0.10.9.2, +AC_INIT(GStreamer Base Plug-ins, 0.10.9.3, 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 d33b3721b5..88450b6771 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.9.2" +#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.9.3" /* 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.9.2" +#undef PACKAGE_VERSION "0.10.9.3" /* directory where plugins are located */ #undef PLUGINDIR @@ -241,7 +241,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.9.2" +#define VERSION "0.10.9.3" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */