aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e0ab7c..82651b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-06-26: Matthias P. Braendli <matthias@mpb.li>
+ (v0.3.0):
+ Refactoring, remove EDI (to be replaced by the future EDI
+ implementation used in ODR-DabMux and ODR-DabMod).
+ Change PAD fifo read logic.
+
2018-08-06: Matthias P. Braendli <matthias@mpb.li>
(v0.2.1):
Fix bug due to AAC decoder.
diff --git a/configure.ac b/configure.ac
index b1d9fe0..b699219 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], [0.2.1], [http://opendigitalradio.org/])
+AC_INIT([ODR-SourceCompanion], [0.3.0], [http://opendigitalradio.org/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])