diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index c83a0ed..1ae3077 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -1,5 +1,6 @@ -DarkIce next release - +05-11-2009 Darkice 0.20 released + + o new maintainer: Rafael Diniz o added AAC HEv2 encoding support (branch darkice-aacp merged) through libaacplus, http://tipok.org.ua/ru/node/17 thanks to tipok and others for the contribution. diff --git a/darkice/trunk/NEWS b/darkice/trunk/NEWS index 1b9ee3f..eab2826 100644 --- a/darkice/trunk/NEWS +++ b/darkice/trunk/NEWS @@ -1,3 +1,7 @@ +05-11-2009, Rafael Diniz, rafael@riseup.net + + Released version 0.20. See ChangeLog for changes. + 07-07-2008, Akos Maroy, darkeye@tyrell.hu Released version 0.19. See ChangeLog for changes. diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index af4c56d..2a2d652 100644 --- a/darkice/trunk/configure.in +++ b/darkice/trunk/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(darkice, 0.19) +AC_INIT(darkice, 0.20) AC_CONFIG_SRCDIR(src/DarkIce.cpp) AM_CONFIG_HEADER(src/config.h)