From 8c25129fa443644d0ab10ea63eac953eccc65aaa Mon Sep 17 00:00:00 2001 From: darkeye Date: Fri, 19 May 2006 13:11:33 +0000 Subject: [PATCH] renamed new version from 0.18 to 0.17.1 --- darkice/trunk/ChangeLog | 4 ++-- darkice/trunk/NEWS | 2 +- darkice/trunk/configure.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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)