diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-07-09 15:48:49 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-07-09 15:48:49 +0200 | 
| commit | 56ad3cdd13e4c0078329ede5781bae4fcaeed569 (patch) | |
| tree | 743fb63e796dfab2ee2b794dbb2d478fe3bc8f9a | |
| parent | 1aec1e2bf1021dc11f1a9f56b4a0048d533d9271 (diff) | |
| download | ODR-SourceCompanion-56ad3cdd13e4c0078329ede5781bae4fcaeed569.tar.gz ODR-SourceCompanion-56ad3cdd13e4c0078329ede5781bae4fcaeed569.tar.bz2 ODR-SourceCompanion-56ad3cdd13e4c0078329ede5781bae4fcaeed569.zip | |
Prepare v0.4.0v0.4.0
| -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]) | 
