|
Last change
on this file since 7856 was 7855, checked in by stuerze, 10 years ago |
|
release number added in about window
|
|
File size:
329 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | #ifndef BNCVERSION_H
|
|---|
| 3 | #define BNCVERSION_H
|
|---|
| 4 |
|
|---|
| 5 | #define BNCVERSION "2.12"
|
|---|
| 6 | #define BNCRELEASE ".0"
|
|---|
| 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.