From 0e045cbf014f733e1ae6957dd013b0bb3fcb495d Mon Sep 17 00:00:00 2001 From: ruglory Date: Fri, 27 Mar 2009 04:33:04 +0000 Subject: [PATCH] prepared for 0.11 git-svn-id: https://svn.code.sf.net/p/qlscribe/svn/trunk@137 cac9541e-1b8d-4bfa-827e-589bba606050 --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 799c11d..4d88df6 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -429,7 +429,7 @@ void MainWindow::onMenuAbout() QMessageBox::about( this, tr( "About" ), tr( "

qlscribe - Qt lisghtScribe

" - "

release 0.10 $Revision$

" + "

prerelease 0.11 $Revision$

" "

visit project at home page " "qlscribe.sourceforge.net

" ) ); }