source:
ntrip/branches/BNC_2.13.beta/src/bncversion.h@
10132
Last change on this file since 10132 was 10114, checked in by , 19 months ago | |
---|---|
File size: 310 bytes |
Rev | Line | |
---|---|---|
[2012] | 1 | |
2 | #ifndef BNCVERSION_H | |
3 | #define BNCVERSION_H | |
4 | ||
[10114] | 5 | #define BNCVERSION "2.13.beta" |
[6562] | 6 | #define BNCPGMNAME "BNC " BNCVERSION |
[6561] | 7 | |
8 | #if defined(Q_OS_LINUX) | |
9 | # define BNC_OS "LINUX" | |
10 | #elif defined(Q_OS_MAC) | |
11 | # define BNC_OS "MAC" | |
12 | #elif defined(Q_OS_WIN32) | |
13 | # define BNC_OS "WIN32" | |
14 | #else | |
15 | # define BNC_OS "UNKNOWN" | |
[2012] | 16 | #endif |
[6561] | 17 | |
18 | #endif |
Note:
See TracBrowser
for help on using the repository browser.