diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 137bec5..426fd00 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -460,7 +460,7 @@ void MainWindow::onMenuAbout() QMessageBox::about( this, tr( "About" ), tr( "
release 0.13 $Revision$
" + "prerelease 0.14 $Revision$
" "visit project at home page " "qlscribe.sourceforge.net
" ) ); }