Rev 227 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 227 | Rev 234 | ||
---|---|---|---|
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 | ||
- | 58 | static const QString QA_NAME = "QMK-Groundstation"; |
|
- | 59 | #ifdef _BETA_ |
|
57 | 60 | static const QString QA_VERSION = "0.7.0g (BETA)"; |
|
- | 61 | #else |
|
58 | static const QString QA_NAME = "QMK-Groundstation"; |
62 | static const QString QA_VERSION = "0.7.0g"; |
59 | static const QString QA_VERSION = "0.7.0"; |
63 | #endif |
60 | static const QString QA_DATE = "24.01.2009"; |
64 | static const QString QA_DATE = "28.01.2009"; |
61 | static const QString QA_YEAR = "2008-2009"; |
65 | static const QString QA_YEAR = "2008-2009"; |
Line 62... | Line 66... | ||
62 | static const QString QA_AUTHOR = "Manuel Schrape"; |
66 | static const QString QA_AUTHOR = "Manuel Schrape"; |