Last change
on this file since 893 was 893, checked in by alloc, 11 years ago |
Daodan 3.4:
- Fixes #66 by only allowing landscape resolutions
- Fixes #64, adds patch "showalllasersights" defaulting to false
- Fixes #67, also printing Daodan version
|
File size:
280 bytes
|
Line | |
---|
1 | #ifndef _VERSION_H
|
---|
2 | #define _VERSION_H
|
---|
3 |
|
---|
4 | #define STRINGIZE2(s) #s
|
---|
5 | #define STRINGIZE(s) STRINGIZE2(s)
|
---|
6 |
|
---|
7 | #define DAODAN_VERSION_MAJOR 3
|
---|
8 | #define DAODAN_VERSION_MINOR 4
|
---|
9 | #define DAODAN_VERSION_STRING STRINGIZE(DAODAN_VERSION_MAJOR) "." STRINGIZE(DAODAN_VERSION_MINOR)
|
---|
10 |
|
---|
11 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.