[Marble-commits] KDE/kdeedu/marble/src
Dennis Nienhüser
earthwings at gentoo.org
Thu Nov 18 19:39:11 CET 2010
SVN commit 1198508 by nienhueser:
Increase version numbers for Beta 1: '0.80 (1.0 Beta 1)' for the Marble applications, '0.11.0 Beta 1' for the Marble library.
M +1 -1 ControlView.cpp
M +1 -1 lib/global.h
--- trunk/KDE/kdeedu/marble/src/ControlView.cpp #1198507:1198508
@@ -88,7 +88,7 @@
QString ControlView::applicationVersion()
{
- return "PRE-0.11.0 SVN";
+ return "0.80 (1.0 Beta 1)";
}
void ControlView::zoomIn()
--- trunk/KDE/kdeedu/marble/src/lib/global.h #1198507:1198508
@@ -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( "PRE-0.11.0 SVN" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.11.0 Beta 1" );
// API Version id:
// form : 0xMMmmpp
More information about the Marble-commits
mailing list