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