Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 245 → Rev 246

/QMK-Groundstation/trunk/global.h
56,12 → 56,17
static const int SLEEP = 500000;
 
static const QString QA_NAME = "QMK-Groundstation";
static const QString QA_VERSION_NR = "0.7.0m";
 
#ifdef _BETA_
static const QString QA_VERSION = "0.7.0g (BETA)";
static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
static const QString QA_HWVERSION = "FlightCtrl v0.72f & NaviCtrl v0.13a";
#else
static const QString QA_VERSION = "0.7.0g";
static const QString QA_VERSION = QA_VERSION_NR;
static const QString QA_HWVERSION = "FlightCtrl v0.71h & NaviCtrl v0.12i";
#endif
static const QString QA_DATE = "28.01.2009";
 
static const QString QA_DATE = "03.02.2009";
static const QString QA_YEAR = "2008-2009";
static const QString QA_AUTHOR = "Manuel Schrape";
static const QString QA_EMAIL = "manuel.schrape@gmx.de";
71,6 → 76,7
"<p><b><font size=8>" + QA_NAME + "</font></b></p>"
"<br />"
"Version " + QA_VERSION + " - " + QA_DATE + ""
"<br /><b>kompatibel zu " + QA_HWVERSION + "</b>"
"<br /><br />"
"(C) " + QA_YEAR + " by " + QA_AUTHOR + " - "
"<a href=\"mailto:" + QA_EMAIL + "\">" + QA_EMAIL + "</a> <br /><br />"