Start 0.95.0 development

This commit is contained in:
Michiel Broek 2007-11-25 14:37:48 +00:00
parent f75c16f420
commit d4100e3584
5 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,9 @@
$Id$ $Id$
v0.95.0 25-Nov-2007
v0.92.0 08-Oct-2006 - 16-Oct-2007 v0.92.0 08-Oct-2006 - 16-Oct-2007
general: general:

View File

@ -50,5 +50,6 @@ mbsebbs-0_83_00_current 06-Nov-2005 Start 0.83 development.
mbsebbs-0_90_00_release 23-Jul-2006 Version 0.90.0 release. mbsebbs-0_90_00_release 23-Jul-2006 Version 0.90.0 release.
mbsebbs-0_91_00_release 08-Oct-2006 Version 0.91.0 development. mbsebbs-0_91_00_release 08-Oct-2006 Version 0.91.0 development.
mbsebbs-0_92_00_release 16-Oct-2007 Version 0.92.0 release. mbsebbs-0_92_00_release 16-Oct-2007 Version 0.92.0 release.
mbsebbs-0_95_00_current 25-Nov-2007 Version 0.95.9 development.
Michiel. Michiel.

2
TODO
View File

@ -1,6 +1,6 @@
$Id$ $Id$
MBSE BBS V0.92.0 TODO list. MBSE BBS V0.95.0 TODO list.
--------------------------- ---------------------------
These are a list of things that must be implemented one way or These are a list of things that must be implemented one way or

2
configure vendored
View File

@ -1740,7 +1740,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
# #
PACKAGE="mbsebbs" PACKAGE="mbsebbs"
MAJOR="0" MAJOR="0"
MINOR="92" MINOR="95"
REVISION="0" REVISION="0"
VERSION="$MAJOR.$MINOR.$REVISION" VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved" COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"

View File

@ -12,7 +12,7 @@ AC_SUBST(SUBDIRS)
# #
PACKAGE="mbsebbs" PACKAGE="mbsebbs"
MAJOR="0" MAJOR="0"
MINOR="92" MINOR="95"
REVISION="0" REVISION="0"
VERSION="$MAJOR.$MINOR.$REVISION" VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved" COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"