diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-04-20 15:54:31 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-04-20 15:54:31 +0200 |
commit | 451a7fa16bb119d941cea29d76229a971f4e3cdc (patch) | |
tree | 61667d2e3340a3f6e046521708fbe04afadcd57c | |
parent | 4494efe5e88485434c01494076dd660a46a68c88 (diff) | |
download | dabmod-master.tar.gz dabmod-master.tar.bz2 dabmod-master.zip |
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ This file contains information about the changes done to ODR-DabMod in this repository +2022-04-20: Matthias P. Braendli <matthias@mpb.li> + (v2.6.0): + Add timestamps to log output. + 2022-02-02: Matthias P. Braendli <matthias@mpb.li> (v2.5.0): Add support for BladeRF devices. diff --git a/configure.ac b/configure.ac index 7dc7bb5..7590896 100644 --- a/configure.ac +++ b/configure.ac @@ -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.5.0],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod],[2.6.0],[matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET |