diff --git a/ChangeLog b/ChangeLog index b318b94c..a8e33544 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,16 @@ $Id$ - WARNING, DO NOT USE !!!! + WARNING, NOT FULLY TESTED YET ON 64 BIT PLATFORMS! + +v0.81.2 14-Oct-2005. + + +v0.81.1 09-Oct-2005 - 14-Oct-2005 + + general: + Made changes to structures and sources to make everything + compatible between 32 and 64 bit systems. -v0.81.1 09-Oct-2005 v0.81.0 07-Oct-2005 - 09-Oct-2005 diff --git a/TODO b/TODO index a71a2e14..fb565add 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.81.1 TODO list. + MBSE BBS V0.81.2 TODO list. --------------------------- These are a list of things that must be implemented one way or diff --git a/configure b/configure index 370e9f58..3e0e560b 100755 --- a/configure +++ b/configure @@ -1305,7 +1305,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="0" MINOR="81" -REVISION="1" +REVISION="2" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2005 M. Broek" diff --git a/configure.in b/configure.in index 816ecdd5..c9f76291 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PACKAGE="mbsebbs" MAJOR="0" MINOR="81" -REVISION="1" +REVISION="2" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"