diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-03-23 20:17:30 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-03-23 20:17:30 +0100 |
commit | 17e41e798481713d386f2e6c074af0faf074d24c (patch) | |
tree | 64a726d91a54f20ec555dac93727112efa58d3a7 | |
parent | b9452ebc1e32c83fdc4ffd5d2feb4617a6470c11 (diff) | |
download | dabmux-2.3.2.tar.gz dabmux-2.3.2.tar.bz2 dabmux-2.3.2.zip |
Prepare v2.3.2v2.3.2
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ This file contains information about the changes done to ODR-DabMux in this repository +2024-03-23: Matthias P. Braendli <matthias@mpb.li> + (v2.3.2): + Fix compilation issues with recent boost and compiler versions + 2019-01-07: Matthias P. Braendli <matthias@mpb.li> (v2.3.1): Happy new year! diff --git a/configure.ac b/configure.ac index 25dec53..ab89367 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], [2.3.1], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [2.3.2], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |