source:
AE/RequestHelp/src/_Version.h
Last change on this file was 1005, checked in by , 10 years ago | |
---|---|
File size: 285 bytes |
Rev | Line | |
---|---|---|
[1005] | 1 | #ifndef _VERSION_H |
2 | #define _VERSION_H | |
3 | ||
4 | #define STRINGIZE2(s) #s | |
5 | #define STRINGIZE(s) STRINGIZE2(s) | |
6 | ||
7 | #define REQHELP_VERSION_MAJOR 1 | |
8 | #define REQHELP_VERSION_MINOR 0 | |
9 | #define REQHELP_VERSION_STRING STRINGIZE(REQHELP_VERSION_MAJOR) "." STRINGIZE(REQHELP_VERSION_MINOR) | |
10 | ||
11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.