diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ +2019-07-09: Matthias P. Braendli <matthias@mpb.li> +	(v0.4.0): +		Add a stats interface for audio levels. +  2019-06-26: Matthias P. Braendli <matthias@mpb.li>  	(v0.3.0):  		Refactoring, remove EDI (to be replaced by the future EDI diff --git a/configure.ac b/configure.ac index b699219..24f73fe 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-SourceCompanion], [0.3.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-SourceCompanion], [0.4.0], [http://opendigitalradio.org/])  AC_CONFIG_AUX_DIR(.)  AC_CONFIG_MACRO_DIR([m4])  AM_INIT_AUTOMAKE([tar-ustar foreign]) | 
