diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | configure.ac | 4 | 
2 files changed, 4 insertions, 3 deletions
@@ -2,7 +2,7 @@ This file contains information about the changes done to  ODR-DabMod in this repository  2025-02-26: Matthias P. Braendli <matthias@mpb.li> -	(v2.7.0): +	(v3.0.0):  		Add support for the PrecisionWave DEXTER Modulator.  		Improve timestamp decoding and handling.  		Fix TII carrier levels. @@ -11,6 +11,7 @@ ODR-DabMod in this repository  		Remove EasyDABv3 support.  		Remove ZeroMQ input.  		Require C++17. +		v2.7.0 retracted.  2022-04-20: Matthias P. Braendli <matthias@mpb.li>  	(v2.6.0): diff --git a/configure.ac b/configure.ac index b8f83ec..46bbaf1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Her Majesty the  # Queen in Right of Canada (Communications Research Center Canada) -# Copyright (C) 2023 Matthias P. Braendli, http://opendigitalradio.org +# Copyright (C) 2025 Matthias P. Braendli, http://opendigitalradio.org  # This file is part of ODR-DabMod.  # @@ -19,7 +19,7 @@  # along with ODR-DabMod.  If not, see <http://www.gnu.org/licenses/>.  AC_PREREQ([2.69]) -AC_INIT([ODR-DabMod],[2.7.0],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod],[3.0.0],[matthias.braendli@mpb.li])  AC_CONFIG_AUX_DIR([build-aux])  AC_CONFIG_MACRO_DIR([m4])  AC_CANONICAL_TARGET  | 
