diff --git a/ChangeLog b/ChangeLog index c40afe6b..f38b97ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ $Id$ +v0.51.0 09-Feb-2004 + v0.50.0 03-Oct-2003 - 09-Feb-2004 diff --git a/README.developer b/README.developer index 1f15a6a9..07076e87 100644 --- a/README.developer +++ b/README.developer @@ -25,6 +25,7 @@ mbsebbs-0_37_00_current 26-Dec-2002 Start version 0.37 development. mbsebbs-0_38_00_release 03-Oct-2003 Version 0.38.00 release. mbsebbs-0_39_00_current 09-Oct-2003 Start version 0.39 development. mbsebbs-0_50_00_release 09-Feb-2004 Version 0.50.0 release. +mbsebbs-0_51_00_current 09-Feb-2004 Start 0.51 development. CVS usage. @@ -59,5 +60,3 @@ cvs update Michiel. - - diff --git a/TODO b/TODO index ec076da4..ca60f206 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.50.0 TODO list. + MBSE BBS V0.51.0 TODO list. --------------------------- These are a list of things that must be implemented one way or @@ -118,7 +118,7 @@ mbfido: in the toberep database and will be multiple times announced. mbcico: - U: Further investigate binkp tty_error hangup. + N: Further investigate binkp tty_error hangup. L: Implement binkp option ND. diff --git a/configure b/configure index 9a768071..71c4d8a9 100755 --- a/configure +++ b/configure @@ -1274,7 +1274,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbtask mbsetup unix lang examples html PACKAGE="mbsebbs" MAJOR="0" -MINOR="50" +MINOR="51" REVISION="0" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved" diff --git a/configure.in b/configure.in index d814c3bc..9209f4eb 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ dnl After changeing the version number, run autoconf! dnl PACKAGE="mbsebbs" MAJOR="0" -MINOR="50" +MINOR="51" REVISION="0" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved"