From e9c5090130e099d4007b7809c7e54bf910c3e7b7 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 7 Sep 2015 10:04:22 -0700 Subject: [PATCH] Release v1.0.3 --- README.md | 10 ++++++++-- ebur128/CMakeLists.txt | 2 +- ebur128/ebur128.h | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43dc127..e9116d4 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,17 @@ normalisation. All source code is licensed under the MIT license. See COPYING file for details. +See also [loudness-scanner tool](https://github.com/jiixyj/loudness-scanner). + News ---- -The loudness scanning tool has moved to its own repository at -https://github.com/jiixyj/loudness-scanner +v1.0.3 Released: + + * Fix build with recent speexdsp + * Correct license file name + * CMake option to disable static library + * minimal-example.c: do not hard code program name in usage Features -------- diff --git a/ebur128/CMakeLists.txt b/ebur128/CMakeLists.txt index 3cefcc9..d180de6 100644 --- a/ebur128/CMakeLists.txt +++ b/ebur128/CMakeLists.txt @@ -22,7 +22,7 @@ endif() set(EBUR128_VERSION_MAJOR 1) -set(EBUR128_VERSION 1.0.1) +set(EBUR128_VERSION 1.0.3) #### static if(BUILD_STATIC_LIBS) diff --git a/ebur128/ebur128.h b/ebur128/ebur128.h index 497a2a1..5c07e8d 100644 --- a/ebur128/ebur128.h +++ b/ebur128/ebur128.h @@ -14,7 +14,7 @@ extern "C" { #define EBUR128_VERSION_MAJOR 1 #define EBUR128_VERSION_MINOR 0 -#define EBUR128_VERSION_PATCH 1 +#define EBUR128_VERSION_PATCH 3 #include /* for size_t */