From f8711d2f7468f89c6014febbe68398dbb6f8d9a2 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 29 Jul 2008 07:06:06 +0000 Subject: [PATCH] Year. --- stepmania/Utils/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Utils/build.sh b/stepmania/Utils/build.sh index 12eac20515..39cddc0fb6 100755 --- a/stepmania/Utils/build.sh +++ b/stepmania/Utils/build.sh @@ -65,7 +65,7 @@ usage () { version () { echo 'build.sh (StepMania) 2.5' echo 'Copyright (C) 2006-2007 Steve Checkoway' - echo 'StepMania is Copyright (C) 2001-2007 Chris Danford et al.' + echo 'StepMania is Copyright (C) 2001-2008 Chris Danford et al.' exit 0 }