diff --git a/ChangeLog b/ChangeLog index 99a99200..048361c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ $Id$ -v0.71.1 28-Nov-2004 +v0.71.2 16-Jan-2005 + +v0.71.1 28-Nov-2004 - 16-Jan-2005 porting: Compiles more or less on x86_64, there are issues with utmp @@ -20,6 +22,7 @@ v0.71.1 28-Nov-2004 instead of missing code parts. Added Unix codepage KOI8-R (Russian) and patches from Dmitry Komissaroff. + Updated Copyright notices to 2004 to 2005. mbsebbs: The creation of the mailout semafore is now after the hangup diff --git a/configure b/configure index 4bffb94d..3cecca38 100755 --- a/configure +++ b/configure @@ -1310,10 +1310,10 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="0" MINOR="71" -REVISION="1" +REVISION="2" VERSION="$MAJOR.$MINOR.$REVISION" -COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved" -SHORTRIGHT="Copyright (C) 1997-2004 M. Broek" +COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved" +SHORTRIGHT="Copyright (C) 1997-2005 M. Broek" GROUP="bbs" OWNER="mbse" ROWNER="`id -un root`" diff --git a/configure.in b/configure.in index 70a7cc0f..1cb6089b 100644 --- a/configure.in +++ b/configure.in @@ -13,10 +13,10 @@ dnl PACKAGE="mbsebbs" MAJOR="0" MINOR="71" -REVISION="1" +REVISION="2" VERSION="$MAJOR.$MINOR.$REVISION" -COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved" -SHORTRIGHT="Copyright (C) 1997-2004 M. Broek" +COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved" +SHORTRIGHT="Copyright (C) 1997-2005 M. Broek" GROUP="bbs" OWNER="mbse" ROWNER="`id -un root`"