diff --git a/ChangeLog b/ChangeLog index dd7b6699..1c134e86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ $Id$ +v0.83.1 12-Nov-2005 -v0.83.0 06-Nov-2005 + +v0.83.0 06-Nov-2005 - 12-Nov-2005 upgrade: Start mbsetup once and leave, this will update user records diff --git a/TODO b/TODO index 0e324ca2..32336027 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.83.0 TODO list. + MBSE BBS V0.83.1 TODO list. --------------------------- These are a list of things that must be implemented one way or diff --git a/configure b/configure index 5f6eebf7..3e9537a8 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="0" +REVISION="1" 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 db31d4ff..573ee7b7 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PACKAGE="mbsebbs" MAJOR="0" MINOR="83" -REVISION="0" +REVISION="1" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"