diff --git a/TODO b/TODO index 569799c5..c63c26cf 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.95.3 TODO list. + MBSE BBS V0.95.5 TODO list. --------------------------- These are a list of things that must be implemented one way or @@ -116,7 +116,7 @@ mbaff: W: Rewrite filefind search algorithm. mbsetup: - U: Menu 7.x.4.1 paswword length too large? + U: Menu 7.x.4.1 password length too large? U: Add check for empty data files. diff --git a/configure b/configure index e6b937cf..1c126f06 100755 --- a/configure +++ b/configure @@ -1741,7 +1741,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="0" MINOR="95" -REVISION="4" +REVISION="5" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2008 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2008 M. Broek" diff --git a/configure.ac b/configure.ac index 0e54cbb7..d751a2f9 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_SUBST(SUBDIRS) PACKAGE="mbsebbs" MAJOR="0" MINOR="95" -REVISION="4" +REVISION="5" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2008 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2008 M. Broek"