~ubuntu-branches/ubuntu/trusty/marble/trusty-proposed

« back to all changes in this revision

Viewing changes to src/lib/MarbleGlobal.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-07-26 19:59:43 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20130726195943-slge1ol9et68obva
Tags: 4:4.10.97-0ubuntu1
New upstream RC 2 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
 
222
222
// String for about dialog and http user agent
223
223
// FIXME: check if blanks are allowed in user agent version numbers
224
 
const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.15.90 (0.16 Beta 2)" );
 
224
const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.15.97 (0.16 RC 1)" );
225
225
 
226
226
// API Version id:
227
227
// form : 0xMMmmpp
228
228
//        MM = major revision.
229
229
//        mm = minor revision.
230
230
//        pp = patch revision.
231
 
#define MARBLE_VERSION 0x000f5a
 
231
#define MARBLE_VERSION 0x000f61
232
232
 
233
233
static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
234
234