aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9448749..0d1e0fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
This file contains information about the changes done to
ODR-DabMux in this repository
+2019-10-30: Matthias P. Braendli <matthias@mpb.li>
+ (v3.0.1):
+ Fix compilation on older systems (like debian jessie)
+
2019-10-29: Matthias P. Braendli <matthias@mpb.li>
(v3.0.0):
Add EDI input with support for timestamps, which requires a change
diff --git a/configure.ac b/configure.ac
index 7bda65b..6d7face 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([ODR-DabMux], [3.0.0], [matthias.braendli@mpb.li])
+AC_INIT([ODR-DabMux], [3.0.1], [matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM