[Marble-commits] branches/KDE/4.6/kdeedu/marble/src
Dennis Nienhüser
earthwings at gentoo.org
Sat Jan 1 10:59:11 CET 2011
SVN commit 1210603 by nienhueser:
Version number bump. This one will become Marble 1.0 RC 2.
M +1 -1 ControlView.cpp
M +1 -1 lib/global.h
--- branches/KDE/4.6/kdeedu/marble/src/ControlView.cpp #1210602:1210603
@@ -88,7 +88,7 @@
QString ControlView::applicationVersion()
{
- return "0.90 (1.0 Release Candidate 1)";
+ return "0.92 (1.0 Release Candidate 2)";
}
void ControlView::zoomIn()
--- branches/KDE/4.6/kdeedu/marble/src/lib/global.h #1210602:1210603
@@ -236,7 +236,7 @@
// String for about dialog and http user agent
// FIXME: check if blanks are allowed in user agent version numbers
-const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.11.0 Release Candidate 1" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.11.0 Release Candidate 2" );
// API Version id:
// form : 0xMMmmpp
More information about the Marble-commits
mailing list