diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ This file contains information about the changes done to ODR-DabMux in this repository +2018-03-23: Matthias P. Braendli <matthias@mpb.li> + (v2.1.0): + Add version string to management server. + Introduce slow audio peak statistic. + Avoid doing useless copies in the RAW output. + 2018-03-01: Matthias P. Braendli <matthias@mpb.li> (v2.0.0): Configuration file syntax changed for Frequency Information diff --git a/configure.ac b/configure.ac index cd7ce3e..03865ee 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.69) -AC_INIT([ODR-DabMux], [2.0.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [2.1.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |