Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 711 → Rev 710

/QMK-Groundstation/trunk/QMK-Scope/Defines.h
24,7 → 24,7
#include "../Global/Kopter.h"
 
static const QString QA_NAME = "QMK-Scope";
static const QString QA_VERSION_NR = "1.1.4";
static const QString QA_VERSION_NR = "1.1.0";
 
#ifdef _BETA_
static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
32,7 → 32,7
static const QString QA_VERSION = QA_VERSION_NR;
#endif
 
static const QString QA_DATE = "30.11.2009";
static const QString QA_DATE = "30.10.2009";
static const QString QA_YEAR = "2008-2009";
 
static const QString QA_ABOUT =
49,6 → 49,4
"Dieses Programm wird unter den Bedingungen der GPL v2 veröffentlicht."
"</HTML>";
 
static const QString DataFields = "VAD";
 
#endif // DEFINES_H