diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d9f670a..63d0a71 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -437,7 +437,7 @@ void MainWindow::onMenuAbout() QMessageBox::about( this, tr( "About" ), tr( "
release 0.11 $Revision$
" + "prerelease 0.12 $Revision$
" "visit project at home page " "qlscribe.sourceforge.net
" ) ); }