Subversion Repositories Projects

Rev

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

Rev 711 Rev 750
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.76e & NaviCtrl v0.17e";
27
    static const QString QA_HWVERSION = "FlightCtrl v0.78f & NaviCtrl v0.18c";
28
#else
28
#else
Line 29... Line 29...
29
    static const QString QA_HWVERSION = "FlightCtrl v0.76e & NaviCtrl v0.17e";
29
    static const QString QA_HWVERSION = "FlightCtrl v0.78f & NaviCtrl v0.18c";
30
#endif
30
#endif
31
 
31