aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d1eff6e..ab67e16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-03-10: Matthias P. Braendli <matthias@mpb.li>
+ (v0.2.1):
+ Add -p option to mot-encoder
+ Add version numbers to each encoder
+
2014-03-09: Matthias P. Braendli <matthias@mpb.li>
(v0.2.0):
Rename all tools in a consistent way and tidy
diff --git a/configure.ac b/configure.ac
index 268d97d..1c80c78 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.2.0], [http://opendigitalradio.org/])
+AC_INIT([fdk-aac-dabplus], [0.2.1], [http://opendigitalradio.org/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])