From: Tim-Philipp Müller Date: Sun, 5 Feb 2012 13:41:08 +0000 (+0000) Subject: 0.10.18.3 pre-release X-Git-Tag: freedesktop-RELEASE-0.10.18.3-pre-release X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fgst-plugins-ugly0-10.git;a=commitdiff_plain;h=2be7e631bd90055c25fef49922f53c4c8cb1ceca;hp=6a52d3f73ca65bd196f3db18435f8cd82d5faf65 0.10.18.3 pre-release --- diff --git a/configure.ac b/configure.ac index 7a4d897e..c80bbe5c 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 Ugly Plug-ins, 0.10.18.2, +AC_INIT(GStreamer Ugly Plug-ins, 0.10.18.3, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) diff --git a/win32/common/config.h b/win32/common/config.h index fe4716d8..6072d4bd 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -52,7 +52,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2011-12-10T15:16Z" +#define GST_PACKAGE_RELEASE_DATETIME "2012-02-05T11:36Z" /* Define to enable a52dec (used by a52dec). */ #undef HAVE_A52DEC @@ -233,7 +233,7 @@ #define PACKAGE_NAME "GStreamer Ugly Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.18.2" +#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.18.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-ugly" @@ -242,7 +242,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.18.2" +#define PACKAGE_VERSION "0.10.18.3" /* directory where plugins are located */ #ifdef _DEBUG @@ -270,7 +270,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.18.2" +#define VERSION "0.10.18.3" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */