diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2025-09-10: Matthias P. Braendli <matthias@mpb.li> + (v3.1.0): + Add ability to specify full path for -o. + Don't delay DLS transmission on overlap. + 2020-09-23: Matthias P. Braendli <matthias@mpb.li> (v3.0.0): Replacement of PAD fifo with a socket, offering bidirectional diff --git a/configure.ac b/configure.ac index 3d70686..57c0f65 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,6 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. - -AC_INIT([ODR-PadEnc], [3.0.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-PadEnc], [3.1.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |