Skip to content

Commit

Permalink
update version numbers and README for 1.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jiixyj committed Nov 16, 2017
1 parent 2177c23 commit 606439e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ See also [loudness-scanner tool](https://github.com/jiixyj/loudness-scanner).
News
----

v1.2.3 released:
* Fix uninitialized memory access during true peak scanning (bug #72)

v1.2.2 released (v1.2.1 was mistagged):
* Fix a null pointer dereference when doing true peak scanning of 192kHz data

Expand Down
2 changes: 1 addition & 1 deletion ebur128/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif()


set(EBUR128_VERSION_MAJOR 1)
set(EBUR128_VERSION 1.2.2)
set(EBUR128_VERSION 1.2.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 2
#define EBUR128_VERSION_PATCH 2
#define EBUR128_VERSION_PATCH 3

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

Expand Down

0 comments on commit 606439e

Please sign in to comment.