Subversion Repositories Projects

Rev

Rev 538 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 538 Rev 548
Line 56... Line 56...
56
    static const int MeterSize = 160;
56
    static const int MeterSize = 160;
57
    static const int TICKER = 2000;
57
    static const int TICKER = 2000;
58
#endif
58
#endif
Line 59... Line 59...
59
 
59
 
60
static const QString QA_NAME = "QMK-Groundstation";
60
static const QString QA_NAME = "QMK-Groundstation";
Line 61... Line 61...
61
static const QString QA_VERSION_NR = "1.0.0";
61
static const QString QA_VERSION_NR = "1.0.1";
62
 
62
 
63
#ifdef _BETA_
63
#ifdef _BETA_
64
    static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
64
    static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";