Skip to content

Commit e9c5090

Browse files
committed
Release v1.0.3
1 parent 4e4bd18 commit e9c5090

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ normalisation.
77
All source code is licensed under the MIT license. See COPYING file for
88
details.
99

10+
See also [loudness-scanner tool](https://github.com/jiixyj/loudness-scanner).
11+
1012
News
1113
----
1214

13-
The loudness scanning tool has moved to its own repository at
14-
https://github.com/jiixyj/loudness-scanner
15+
v1.0.3 Released:
16+
17+
* Fix build with recent speexdsp
18+
* Correct license file name
19+
* CMake option to disable static library
20+
* minimal-example.c: do not hard code program name in usage
1521

1622
Features
1723
--------

ebur128/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif()
2222

2323

2424
set(EBUR128_VERSION_MAJOR 1)
25-
set(EBUR128_VERSION 1.0.1)
25+
set(EBUR128_VERSION 1.0.3)
2626

2727
#### static
2828
if(BUILD_STATIC_LIBS)

ebur128/ebur128.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extern "C" {
1414

1515
#define EBUR128_VERSION_MAJOR 1
1616
#define EBUR128_VERSION_MINOR 0
17-
#define EBUR128_VERSION_PATCH 1
17+
#define EBUR128_VERSION_PATCH 3
1818

1919
#include <stddef.h> /* for size_t */
2020

0 commit comments

Comments
 (0)