From 6833f11a318e52708ec5634c3a7595d5ff5ff213 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 5 May 2024 21:29:21 +0200 Subject: Prepare v1.3.0 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b093d0a..11c9007 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-05-05: Matthias P. Braendli + (v1.3.0): + Update common code, among which ClockTAI and EDI output code. + Switch project to C++17. + 2022-06-09: Matthias P. Braendli (v1.2.0): Fix issue, process blocking on missing PAD data. diff --git a/configure.ac b/configure.ac index 89cd821..816d51e 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.2.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-SourceCompanion], [1.3.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) -- cgit v1.2.3