source: ntrip/branches/BNC_2.12/src/bncversion.h@ 7880

Last change on this file since 7880 was 7880, checked in by stuerze, 8 years ago

change of the revision number from '0' to '1'

File size: 329 bytes
RevLine 
[2012]1
2#ifndef BNCVERSION_H
3#define BNCVERSION_H
4
[6211]5#define BNCVERSION "2.12"
[7880]6#define BNCRELEASE ".1"
[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.