SVN commit 1215785 by rahn: - Fix version numbers: This is the 1.0.0 release (Codename "Magratée"). - Exchange some graphics that was never supposed to be used like this, M data/svg/sunshine.png M +1 -1 src/ControlView.cpp M +1 -1 src/lib/global.h --- branches/KDE/4.6/kdeedu/marble/src/ControlView.cpp #1215784:1215785 @@ -88,7 +88,7 @@ QString ControlView::applicationVersion() { - return "0.92 (1.0 Release Candidate 2)"; + return "1.0.0 (Stable Release)"; } void ControlView::zoomIn() --- branches/KDE/4.6/kdeedu/marble/src/lib/global.h #1215784:1215785 @@ -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 2" ); +const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.11.0 (Stable Release)" ); // API Version id: // form : 0xMMmmpp