Rev 750 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 750 | Rev 801 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | #include <QString>
|
22 | #include <QString>
|
23 | #include "../Global/Global.h"
|
23 | #include "../Global/Global.h"
|
24 | #include "../Global/Kopter.h"
|
24 | #include "../Global/Kopter.h"
|
25 | 25 | ||
26 | static const QString QA_NAME = "QMK-Scope"; |
26 | static const QString QA_NAME = "QMK-Scope"; |
27 | static const QString QA_VERSION_NR = "1.2.0"; |
27 | static const QString QA_VERSION_NR = "1.3.0"; |
28 | 28 | ||
29 | #ifdef _BETA_
|
29 | #ifdef _BETA_
|
30 | static const QString QA_VERSION = QA_VERSION_NR + " (BETA)"; |
30 | static const QString QA_VERSION = QA_VERSION_NR + " (BETA)"; |
31 | #else
|
31 | #else
|
32 | static const QString QA_VERSION = QA_VERSION_NR; |
32 | static const QString QA_VERSION = QA_VERSION_NR; |
33 | #endif
|
33 | #endif
|
34 | 34 | ||
35 | static const QString QA_DATE = "28.03.2010"; |
35 | static const QString QA_DATE = "24.08.2010"; |
36 | static const QString QA_YEAR = "2008-2010"; |
36 | static const QString QA_YEAR = "2008-2010"; |
37 | 37 | ||
38 | static const QString QA_ABOUT = |
38 | static const QString QA_ABOUT = |
39 | "<HTML>"
|
39 | "<HTML>"
|
40 | "<p><b><font size=8>" + QA_NAME + "</font></b></p>" |
40 | "<p><b><font size=8>" + QA_NAME + "</font></b></p>" |