[Marble-commits] KDE/kdeedu/marble/src
Dennis Nienhüser
earthwings at gentoo.org
Wed Dec 8 20:10:05 CET 2010
SVN commit 1204705 by nienhueser:
Bump version string from beta 2 to rc1.
M +1 -1 ControlView.cpp
M +1 -1 lib/global.h
--- trunk/KDE/kdeedu/marble/src/ControlView.cpp #1204704:1204705
@@ -88,7 +88,7 @@
QString ControlView::applicationVersion()
{
- return "0.85 (1.0 Beta 2)";
+ return "0.90 (1.0 Release Candidate 1)";
}
void ControlView::zoomIn()
--- trunk/KDE/kdeedu/marble/src/lib/global.h #1204704:1204705
@@ -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 Beta 2" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.11.0 Release Candidate 1" );
// API Version id:
// form : 0xMMmmpp
More information about the Marble-commits
mailing list