Subversion Repositories Projects

Rev

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

Rev 525 Rev 537
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 = "0.8.15";
61
static const QString QA_VERSION_NR = "1.0.0";
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)";
Line 81... Line 81...
81
        #endif
81
        #endif
82
    #endif
82
    #endif
83
#endif
83
#endif
Line 84... Line 84...
84
 
84
 
85
 
85
 
86
static const QString QA_DATE = "09.07.2009";
86
static const QString QA_DATE = "19.07.2009";
87
static const QString QA_YEAR = "2008-2009";
87
static const QString QA_YEAR = "2008-2009";
Line 88... Line 88...
88
static const QString QA_AUTHOR = "Manuel Schrape";
88
static const QString QA_AUTHOR = "Manuel Schrape";