From 17698faaf288a2d40e0942b541884544623bc5b6 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Tue, 4 Jun 2002 18:22:10 +0000 Subject: [PATCH] Release 0.33.21 --- ChangeLog | 4 ++++ README.developer | 1 + TODO | 2 +- configure | 2 +- configure.in | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 26056452..f5734ffa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ $Id$ MBSEBBS History. +v0.33.21 04-Jun-2002 + + This is the final release of the 0.33.20 development version. + v0.33.20 10-Feb-2002 - 04-Jun-2002 diff --git a/README.developer b/README.developer index 434d8579..0c598e75 100644 --- a/README.developer +++ b/README.developer @@ -18,6 +18,7 @@ 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. mbsebbs-0_33_20_final 04-Jun-2002 Version 0.33.20 finished (not released). +mbsebbs-0_33_21_release 04-Jun-2002 Version 0.33.21 release. CVS usage. diff --git a/TODO b/TODO index 4b69b6b9..52224cc8 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.33.20 TODO list. + MBSE BBS V0.33.21 TODO list. ---------------------------- These are a list of things that must be implemented one way or diff --git a/configure b/configure index 91b3ae0c..b2007628 100755 --- a/configure +++ b/configure @@ -1196,7 +1196,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbtask mbsetup unix lang examples html PACKAGE="mbsebbs" -VERSION="0.33.20" +VERSION="0.33.21" 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 2d5fbfc1..20d1bcfa 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.20" +VERSION="0.33.21" COPYRIGHT="Copyright (C) 1997-2002 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2002 M. Broek" GROUP="bbs"