diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-05-09 14:07:53 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-05-09 14:07:53 +0200 |
commit | a49219a40207bd36673f9ced85a93dcf334ebdfe (patch) | |
tree | fe8e678d56129aace4d8e769ce1c6e12d8baaed9 /configure.ac | |
parent | 966a696e55f2112bb44d95b2b22a7e20423d1bad (diff) | |
download | dabmux-4.4.0.tar.gz dabmux-4.4.0.tar.bz2 dabmux-4.4.0.zip |
Prepare v4.4.0v4.4.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index edf17fc..926724c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Copyright (C) 2008, 2009 Her Majesty the Queen in Right of Canada # (Communications Research Center Canada) # -# Copyright (C) 2022 Matthias P. Braendli, http://opendigitalradio.org +# Copyright (C) 2023 Matthias P. Braendli, http://opendigitalradio.org # This file is part of ODR-DabMux. # @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.69]) -AC_INIT([ODR-DabMux],[4.3.0],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux],[4.4.0],[matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET |