diff options
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 7 insertions, 1 deletions
| @@ -1,3 +1,9 @@ +2022-06-09: Matthias P. Braendli <matthias@mpb.li> +	(v1.2.0): +		Fix issue, process blocking on missing PAD data. +		Add startupcheck. +		Improve EDI output and other common code. +  2021-01-23: Matthias P. Braendli <matthias@mpb.li>  	(v1.1.0):  		Update common code with some EDI output changes and internal improvements. diff --git a/configure.ac b/configure.ac index 0a2aaa5..d0016c2 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], [1.1.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-SourceCompanion], [1.2.0], [http://opendigitalradio.org/])  AC_CONFIG_AUX_DIR(.)  AC_CONFIG_MACRO_DIR([m4])  AM_INIT_AUTOMAKE([tar-ustar foreign]) | 
