Skip to content

Commit 606439e

Browse files
committed
update version numbers and README for 1.2.3 release
1 parent 2177c23 commit 606439e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ See also [loudness-scanner tool](https://github.com/jiixyj/loudness-scanner).
1212
News
1313
----
1414

15+
v1.2.3 released:
16+
* Fix uninitialized memory access during true peak scanning (bug #72)
17+
1518
v1.2.2 released (v1.2.1 was mistagged):
1619
* Fix a null pointer dereference when doing true peak scanning of 192kHz data
1720

ebur128/CMakeLists.txt

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

2424

2525
set(EBUR128_VERSION_MAJOR 1)
26-
set(EBUR128_VERSION 1.2.2)
26+
set(EBUR128_VERSION 1.2.3)
2727

2828
#### static
2929
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 2
17-
#define EBUR128_VERSION_PATCH 2
17+
#define EBUR128_VERSION_PATCH 3
1818

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

0 commit comments

Comments
 (0)