raised version number, that was about time

svn path=/trunk/kdebase/kwin/; revision=68916
This commit is contained in:
Matthias Ettrich 2000-10-26 07:10:57 +00:00
parent b1d63a2951
commit 1b3e517fa8

View file

@ -189,7 +189,7 @@ static void sighandler(int) {
QApplication::exit();
}
static const char *version = "0.5";
static const char *version = "0.9";
static const char *description = I18N_NOOP( "The KDE window manager." );
extern "C" { int kdemain(int, char *[]); }