Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 360 → Rev 361

/QMK-Groundstation/trunk/global.h
56,7 → 56,7
static const int SLEEP = 500000;
 
static const QString QA_NAME = "QMK-Groundstation";
static const QString QA_VERSION_NR = "0.8.2";
static const QString QA_VERSION_NR = "0.8.5";
 
#ifdef _BETA_
static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
81,7 → 81,7
#endif
 
 
static const QString QA_DATE = "10.04.2009";
static const QString QA_DATE = "13.04.2009";
static const QString QA_YEAR = "2008-2009";
static const QString QA_AUTHOR = "Manuel Schrape";
static const QString QA_EMAIL = "manuel.schrape@gmx.de";
170,6 → 170,7
{
double Longitude;
double Latitude;
double Altitude;
int Time;
};