diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index 463d01c..63d80ed 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -1,4 +1,4 @@ -DarkIce next release +05-03-2007 DarkIce 0.18 released o added serial ulaw input device support, thanks to Clyde Stubbs @@ -18,7 +18,6 @@ DarkIce next release thanks to dsk o fix to enable compiling with jack installed at arbitrary locations - 19-05-2006 DarkIce 0.17.1 released o bugfix: automatic reconnect works more reliably diff --git a/darkice/trunk/NEWS b/darkice/trunk/NEWS index 9676490..834833c 100644 --- a/darkice/trunk/NEWS +++ b/darkice/trunk/NEWS @@ -1,3 +1,8 @@ +05-03-2007, Akos Maroy, darkeye@users.sourceforge.net + + Released version 0.18. See ChangeLog for changes. + + 19-05-2006, Akos Maroy, darkeye@users.sourceforge.net Released version 0.17.1. See ChangeLog for changes. diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index 4445690..d85793e 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.17.1) +AC_INIT(darkice, 0.18) AC_CONFIG_SRCDIR(src/DarkIce.cpp) AM_CONFIG_HEADER(src/config.h)