From 0f2643c9946089a0f634621318d2ef57a2b79477 Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Wed, 5 Sep 2001 09:09:59 +0000 Subject: [PATCH] updated copyright year, there were indeed changes this year svn path=/trunk/kdebase/kwin/; revision=113370 --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 2f17567ee3..b2c8bf2e5d 100644 --- a/main.cpp +++ b/main.cpp @@ -207,7 +207,7 @@ static void sighandler(int) { QApplication::exit(); } -static const char *version = "0.9"; +static const char *version = "0.95"; static const char *description = I18N_NOOP( "The KDE window manager." ); extern "C" { int kdemain(int, char *[]); } @@ -274,7 +274,7 @@ int kdemain( int argc, char * argv[] ) KAboutData aboutData( "kwin", I18N_NOOP("KWin"), version, description, KAboutData::License_BSD, - "(c) 1999-2000, The KDE Developers"); + "(c) 1999-2001, The KDE Developers"); aboutData.addAuthor("Matthias Ettrich",0, "ettrich@kde.org"); aboutData.addAuthor("Daniel M. Duley",0, "mosfet@kde.org");