diff --git a/ChangeLog b/ChangeLog index 6a8f1d77..9affbf3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ $Id$ -v0.83.1 12-Nov-2005 +v0.83.2 16-Nov-2005 + + +v0.83.1 12-Nov-2005 - 16-Nov-2005 mbfido: Added some experimental code for tic orphans processing. diff --git a/TODO b/TODO index d7bef8e9..30f58731 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.83.1 TODO list. + MBSE BBS V0.83.2 TODO list. --------------------------- These are a list of things that must be implemented one way or diff --git a/configure b/configure index 3e9537a8..92eb6ce4 100755 --- a/configure +++ b/configure @@ -1305,7 +1305,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="0" MINOR="83" -REVISION="1" +REVISION="2" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2005 M. Broek" diff --git a/configure.in b/configure.in index 573ee7b7..95f50f5b 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PACKAGE="mbsebbs" MAJOR="0" MINOR="83" -REVISION="1" +REVISION="2" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"