diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | win32/include/config-orig.h | 6 | ||||
-rw-r--r-- | win32/oa/config.h | 6 | ||||
-rw-r--r-- | win32/vs9/config.h | 6 |
5 files changed, 12 insertions, 10 deletions
@@ -1,3 +1,5 @@ +=== release 0.10.31 === + 2014-10-29 Josep Torra <josep@fluendo.com> * src/mp3-c.c: (c_decode_mp3): diff --git a/configure.ac b/configure.ac index f05644f..88dd2a2 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl fill in your package name and version here dnl the fourth (nano) number should be 0 for a release, 1 for CVS, dnl and 2... for a prerelease dnl releases only do -Wall, cvs and prerelease does -Werror too -AC_INIT(GStreamer Fluendo MP3 Decoder, 0.10.30.1,, +AC_INIT(GStreamer Fluendo MP3 Decoder, 0.10.31,, gst-fluendo-mp3) AG_GST_INIT diff --git a/win32/include/config-orig.h b/win32/include/config-orig.h index 8c24730..ca99711 100644 --- a/win32/include/config-orig.h +++ b/win32/include/config-orig.h @@ -123,13 +123,13 @@ #define PACKAGE_NAME "GStreamer Fluendo MP3 Decoder" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Fluendo MP3 Decoder 0.10.30" +#define PACKAGE_STRING "GStreamer Fluendo MP3 Decoder 0.10.31" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-fluendo-mp3" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.30" +#define PACKAGE_VERSION "0.10.31" /* directory where plugins are located */ #define PLUGINDIR "/usr/local/lib/gstreamer-0.10" @@ -162,7 +162,7 @@ #define USE_SINGLE_IPP_ARCH 0 /* Version number of package */ -#define VERSION "0.10.30" +#define VERSION "0.10.31" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ diff --git a/win32/oa/config.h b/win32/oa/config.h index 8c24730..ca99711 100644 --- a/win32/oa/config.h +++ b/win32/oa/config.h @@ -123,13 +123,13 @@ #define PACKAGE_NAME "GStreamer Fluendo MP3 Decoder" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Fluendo MP3 Decoder 0.10.30" +#define PACKAGE_STRING "GStreamer Fluendo MP3 Decoder 0.10.31" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-fluendo-mp3" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.30" +#define PACKAGE_VERSION "0.10.31" /* directory where plugins are located */ #define PLUGINDIR "/usr/local/lib/gstreamer-0.10" @@ -162,7 +162,7 @@ #define USE_SINGLE_IPP_ARCH 0 /* Version number of package */ -#define VERSION "0.10.30" +#define VERSION "0.10.31" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ diff --git a/win32/vs9/config.h b/win32/vs9/config.h index 8c24730..ca99711 100644 --- a/win32/vs9/config.h +++ b/win32/vs9/config.h @@ -123,13 +123,13 @@ #define PACKAGE_NAME "GStreamer Fluendo MP3 Decoder" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Fluendo MP3 Decoder 0.10.30" +#define PACKAGE_STRING "GStreamer Fluendo MP3 Decoder 0.10.31" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-fluendo-mp3" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.30" +#define PACKAGE_VERSION "0.10.31" /* directory where plugins are located */ #define PLUGINDIR "/usr/local/lib/gstreamer-0.10" @@ -162,7 +162,7 @@ #define USE_SINGLE_IPP_ARCH 0 /* Version number of package */ -#define VERSION "0.10.30" +#define VERSION "0.10.31" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |