source:
Daodan/src/_Version.h
Last change on this file was 1164, checked in by , 3 years ago | |
---|---|
File size: 280 bytes |
Rev | Line | |
---|---|---|
[685] | 1 | #ifndef _VERSION_H |
2 | #define _VERSION_H | |
3 | ||
4 | #define STRINGIZE2(s) #s | |
5 | #define STRINGIZE(s) STRINGIZE2(s) | |
6 | ||
[1017] | 7 | #define DAODAN_VERSION_MAJOR 4 |
[1164] | 8 | #define DAODAN_VERSION_MINOR 1 |
[685] | 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.