diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ This file contains information about the changes done to ODR-DabMux in this repository +2018-02-09: Matthias P. Braendli <matthias@mpb.li> + (v1.3.3): + Add dynamic/static PTy setting to configuration. + Add UTF-8 to EBU Latin character set converter for labels. + Show TAI bulletin expiration in RC. + Stop using SUBDIRS in automake, and build the executable in ./ and not + in ./src anymore. + 2018-01-23: Matthias P. Braendli <matthias@mpb.li> (v1.3.2): Add clock selection to RAW output. diff --git a/configure.ac b/configure.ac index 4e443e0..94822cd 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], [1.3.2], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [1.3.3], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |