Start 0.83 development
This commit is contained in:
parent
10f68b7890
commit
50910a645b
@ -1,6 +1,9 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
|
||||||
|
v0.83.0 06-Nov-2005
|
||||||
|
|
||||||
|
|
||||||
v0.82.0 06-Oct-2005 - 06-Nov-2005
|
v0.82.0 06-Oct-2005 - 06-Nov-2005
|
||||||
|
|
||||||
This is a bugfix release for version 0.80.0.
|
This is a bugfix release for version 0.80.0.
|
||||||
|
@ -46,6 +46,6 @@ mbsebbs-0_71_00_current 27-Oct-2004 Start 0.71 development.
|
|||||||
mbsebbs-0_80_00_release 06-Oct-2004 Version 0.80.0 release.
|
mbsebbs-0_80_00_release 06-Oct-2004 Version 0.80.0 release.
|
||||||
mbsebbs-0_81_00_current 07-Oct-2005 Start 0.81 development.
|
mbsebbs-0_81_00_current 07-Oct-2005 Start 0.81 development.
|
||||||
mbsebbs-0_82_00_release 06-Nov-2005 Version 0.82.0 release.
|
mbsebbs-0_82_00_release 06-Nov-2005 Version 0.82.0 release.
|
||||||
mbsebbs-0_83_00_release 06-Nov-2005 Start 0.83 development.
|
mbsebbs-0_83_00_current 06-Nov-2005 Start 0.83 development.
|
||||||
|
|
||||||
Michiel.
|
Michiel.
|
||||||
|
2
TODO
2
TODO
@ -1,6 +1,6 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
MBSE BBS V0.82.0 TODO list.
|
MBSE BBS V0.83.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
2
configure
vendored
@ -1304,7 +1304,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
|
|||||||
|
|
||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="82"
|
MINOR="83"
|
||||||
REVISION="0"
|
REVISION="0"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
|
||||||
|
@ -12,7 +12,7 @@ dnl After changeing the version number, run autoconf!
|
|||||||
dnl
|
dnl
|
||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="82"
|
MINOR="83"
|
||||||
REVISION="0"
|
REVISION="0"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
|
||||||
|
Reference in New Issue
Block a user