diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2019-07-31: Matthias P. Braendli <matthias@mpb.li> + (v2.4.1): + Bugfix for regression in v2.4.0: Insertion + of audio level metadata was broken. + 2019-07-15: Matthias P. Braendli <matthias@mpb.li> (v2.4.0): Add Stats output to Unix DGRAM socket, see diff --git a/configure.ac b/configure.ac index c6d8c33..3b8fba8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. -AC_INIT([ODR-AudioEnc], [2.4.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc], [2.4.1], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |