diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2014-05-14: Matthias P. Braendli <matthias@mpb.li> + (v0.4.1): + Bugfix release for the file output that + was non-functional in v0.4.0 2014-04-25: Matthias P. Braendli <matthias@mpb.li> (v0.4.0): Merge of dabplus-enc-file-zmq and dabplus-enc-alsa-zmq diff --git a/configure.ac b/configure.ac index 6a78cf3..03d7a47 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([fdk-aac-dabplus], [0.4.0], [http://opendigitalradio.org/]) +AC_INIT([fdk-aac-dabplus], [0.4.1], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |