diff options
author | jep <jep@2b0047a9-a6d8-0310-accf-f7200b2a168c> | 2013-09-04 07:58:30 +0000 |
---|---|---|
committer | jep <jep@2b0047a9-a6d8-0310-accf-f7200b2a168c> | 2013-09-04 07:58:30 +0000 |
commit | ad924e712360fa09b998e72e2c38fde4b87fdf79 (patch) | |
tree | ee0f126ad229ef248fec49903ca2bbee4f1bdce2 | |
parent | e8489cabea320f370bebe713d90c6a7a8ca84d34 (diff) |
release 0.10.23
git-svn-id: https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3@2504 2b0047a9-a6d8-0310-accf-f7200b2a168c
-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.23 === + 2013-09-03 Josep Torra <josep@fluendo.com> * src/bitstream.c: (h_rewindNbits): diff --git a/configure.ac b/configure.ac index ab1f71d..f3309b9 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.22.1,, +AC_INIT(GStreamer Fluendo MP3 Decoder, 0.10.23,, gst-fluendo-mp3) AG_GST_INIT diff --git a/win32/include/config-orig.h b/win32/include/config-orig.h index f0469e9..aefdb7b 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.22" +#define PACKAGE_STRING "GStreamer Fluendo MP3 Decoder 0.10.23" /* 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.22" +#define PACKAGE_VERSION "0.10.23" /* 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.22" +#define VERSION "0.10.23" /* 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 f0469e9..aefdb7b 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.22" +#define PACKAGE_STRING "GStreamer Fluendo MP3 Decoder 0.10.23" /* 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.22" +#define PACKAGE_VERSION "0.10.23" /* 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.22" +#define VERSION "0.10.23" /* 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 f0469e9..aefdb7b 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.22" +#define PACKAGE_STRING "GStreamer Fluendo MP3 Decoder 0.10.23" /* 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.22" +#define PACKAGE_VERSION "0.10.23" /* 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.22" +#define VERSION "0.10.23" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |