diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index e8ba568..9ddfb4f 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -1,6 +1,6 @@ -19-05-2006 DarkIce 0.18 released +19-05-2006 DarkIce 0.17.1 released - o bugfix: reconnecting works more reliably + o bugfix: automatic reconnect works more reliably 26-01-2006 DarkIce 0.17 released diff --git a/darkice/trunk/NEWS b/darkice/trunk/NEWS index de3e65c..9676490 100644 --- a/darkice/trunk/NEWS +++ b/darkice/trunk/NEWS @@ -1,6 +1,6 @@ 19-05-2006, Akos Maroy, darkeye@users.sourceforge.net - Released version 0.18. See ChangeLog for changes. + Released version 0.17.1. See ChangeLog for changes. 26-01-2006, Akos Maroy, darkeye@users.sourceforge.net diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index a9d1503..be0f30d 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.18) +AC_INIT(darkice, 0.17.1) AC_CONFIG_SRCDIR(src/DarkIce.cpp) AM_CONFIG_HEADER(src/config.h)