Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Sep 7, 2015
1 parent 4e4bd18 commit e9c5090
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down
2 changes: 1 addition & 1 deletion ebur128/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ebur128/ebur128.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stddef.h> /* for size_t */

Expand Down

0 comments on commit e9c5090

Please sign in to comment.