Subversion Repositories Projects

Rev

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>
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
#include <stdint.h>
24
#include <stdint.h>
25
 
25
 
26
#ifdef _BETA_
26
#ifdef _BETA_
27
    static const QString QA_HWVERSION = "FlightCtrl v0.78f & NaviCtrl v0.18c";
27
    static const QString QA_HWVERSION = "FlightCtrl v0.80g & NaviCtrl v0.20c";
28
#else
28
#else
Line 29... Line 29...
29
    static const QString QA_HWVERSION = "FlightCtrl v0.78f & NaviCtrl v0.18c";
29
    static const QString QA_HWVERSION = "FlightCtrl v0.80g & NaviCtrl v0.20c";
30
#endif
30
#endif
31
 
31