Subversion Repositories Projects

Rev

Rev 263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 263 Rev 272
Line 54... Line 54...
54
static const int SETTINGS_ID = 2;
54
static const int SETTINGS_ID = 2;
Line 55... Line 55...
55
 
55
 
Line 56... Line 56...
56
static const int SLEEP = 500000;
56
static const int SLEEP = 500000;
57
 
57
 
Line 58... Line 58...
58
static const QString QA_NAME = "QMK-Groundstation";
58
static const QString QA_NAME = "QMK-Groundstation";
59
static const QString QA_VERSION_NR = "0.7.2b";
59
static const QString QA_VERSION_NR = "0.7.2g";
60
 
60
 
61
#ifdef _BETA_
61
#ifdef _BETA_
62
    static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
62
    static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
63
    static const QString QA_HWVERSION = "FlightCtrl v0.72f & NaviCtrl v0.13a";
63
    static const QString QA_HWVERSION = "FlightCtrl v0.72f & NaviCtrl v0.13a";
64
#else
64
#else
Line 65... Line 65...
65
    static const QString QA_VERSION = QA_VERSION_NR;
65
    static const QString QA_VERSION = QA_VERSION_NR;
66
    static const QString QA_HWVERSION = "FlightCtrl v0.71h & NaviCtrl v0.12i";
66
    static const QString QA_HWVERSION = "FlightCtrl v0.71h & NaviCtrl v0.12i";
67
#endif
67
#endif
68
 
68
 
Line 69... Line 69...
69
static const QString QA_DATE = "18.02.2009";
69
static const QString QA_DATE = "01.03.2009";