diff --git a/ChangeLog b/ChangeLog index 36af4745..c365798b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ $Id$ -v0.91.2 17-Feb-2008 +v0.91.3 12-Mar-2008 + + +v0.91.2 17-Feb-2008 - 12-Mar-2008. mbselib.h: Added stream scanning for F-Prot. diff --git a/TODO b/TODO index 670b1128..19af7a4a 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.95.2 TODO list. + MBSE BBS V0.95.3 TODO list. --------------------------- These are a list of things that must be implemented one way or diff --git a/configure b/configure index 833e5667..90b7b47f 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="2" +REVISION="3" 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 470217f3..ca1f1940 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_SUBST(SUBDIRS) PACKAGE="mbsebbs" MAJOR="0" MINOR="95" -REVISION="2" +REVISION="3" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2008 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2008 M. Broek"