diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-09-11 08:07:52 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-09-11 08:07:52 +0200 |
commit | e0b52179aef87374780f72c73b3313ab343246f4 (patch) | |
tree | c4c7cec42fdeae85ab082f7d47e444417a9d8072 | |
parent | e59d0d8e8d8b5998e2a457deee41c59c030a074f (diff) | |
download | ODR-AudioEnc-e0b52179aef87374780f72c73b3313ab343246f4.tar.gz ODR-AudioEnc-e0b52179aef87374780f72c73b3313ab343246f4.tar.bz2 ODR-AudioEnc-e0b52179aef87374780f72c73b3313ab343246f4.zip |
Prepare v3.3.0v3.3.0
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/odr-audioenc.1 | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2022-09-11: Matthias P. Braendli <matthias@mpb.li> + (v3.3.0): + Fix -g option so that it works for all inputs, and doesn't use the VLC compressor + anymore. + Update common code + 2022-03-29: Matthias P. Braendli <matthias@mpb.li> (v3.2.0): Changes to common mmbTools code, including diff --git a/configure.ac b/configure.ac index ed83f39..002bbce 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([ODR-AudioEnc],[3.2.0],[http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc],[3.3.0],[http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET diff --git a/man/odr-audioenc.1 b/man/odr-audioenc.1 index 5346414..2ad4174 100644 --- a/man/odr-audioenc.1 +++ b/man/odr-audioenc.1 @@ -1,4 +1,4 @@ -.TH ODR-AUDIOENC "1" "March 2022" "odr-audioenc 3.2.0" "ODR-mmbTools" +.TH ODR-AUDIOENC "1" "September 2022" "odr-audioenc 3.3.0" "ODR-mmbTools" .SH NAME odr-audioenc \- DAB and DAB+ audio encoder .SH SYNOPSIS |