diff --git a/ChangeLog b/ChangeLog index 1fe4d2f5..37b713c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4580,3 +4580,13 @@ v0.33.19 26-Oct-2001 2:206/149@fidonet to let us use his program until mbfile could take over. + + +v0.33.20 10-Feb-2002 + + upgrade: + + + general: + + diff --git a/README.developer b/README.developer index fa1555f1..57531526 100644 --- a/README.developer +++ b/README.developer @@ -16,3 +16,4 @@ mbsebbs-0_33_18_current 25-Aug-2001 Upgraded to 0.33.18 current development. mbsebbs-0_33_18_final 02-Nov-2001 Version 0.33.18 released. mbsebbs-0_33_19_current 02-Nov-2001 Start 0.33.19 current development. mbsebbs-0_33_19_final 10-Feb-2002 Version 0.33.19 released. +mbsebbs-0_33_20_current 10-Feb-2002 Start 0.33.20 current development. diff --git a/TODO b/TODO index d6401c7b..d8c594ce 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.33.19 TODO list. + MBSE BBS V0.33.20 TODO list. ---------------------------- These are a list of things that must be implemented one way or diff --git a/configure b/configure index 57939f7a..0343c386 100755 --- a/configure +++ b/configure @@ -940,7 +940,7 @@ ac_config_commands="$ac_config_commands default-1" SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbtask mbsetup unix import lang examples html script" PACKAGE="mbsebbs" -VERSION="0.33.19" +VERSION="0.33.20" COPYRIGHT="Copyright (C) 1997-2002 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2002 M. Broek" GROUP="bbs" diff --git a/configure.in b/configure.in index 249a1e5a..bd0e5dad 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ AC_SUBST(SUBDIRS) dnl General settings for MBSE BBS dnl After changeing the version number, run autoconf! PACKAGE="mbsebbs" -VERSION="0.33.19" +VERSION="0.33.20" COPYRIGHT="Copyright (C) 1997-2002 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2002 M. Broek" GROUP="bbs"