source: ntrip/trunk/BNC/src/bncversion.h@ 6562

Last change on this file since 6562 was 6562, checked in by mervart, 9 years ago
File size: 306 bytes
Line 
1
2#ifndef BNCVERSION_H
3#define BNCVERSION_H
4
5#define BNCVERSION "2.12"
6
7#define BNCPGMNAME "BNC " BNCVERSION
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"
17#endif
18
19#endif
Note: See TracBrowser for help on using the repository browser.