From 64a01683adbf86364feb8fe54c6138a330b197e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 26 May 2010 08:54:33 +0100 Subject: [PATCH] 0.10.22.3 pre-release --- configure.ac | 2 +- win32/common/config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 4a3ef476f1..3309a9d79b 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, git and prerelease does -Werror too dnl use a three digit version number for releases, and four for git/pre -AC_INIT(GStreamer Good Plug-ins, 0.10.22.2, +AC_INIT(GStreamer Good Plug-ins, 0.10.22.3, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-good) diff --git a/win32/common/config.h b/win32/common/config.h index fc14f404f0..6a7b5d561f 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -368,7 +368,7 @@ #define PACKAGE_NAME "GStreamer Good Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.22.2" +#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.22.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -377,7 +377,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.22.2" +#define PACKAGE_VERSION "0.10.22.3" /* directory where plugins are located */ #ifdef _DEBUG @@ -408,7 +408,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.22.2" +#define VERSION "0.10.22.3" /* old wavpack API */ #undef WAVPACK_OLD_API