ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/RequestHelp/src/_Version.h
Revision: 1005
Committed: Sat Jun 14 23:10:57 2014 UTC (11 years, 3 months ago) by alloc
Content type: text/x-chdr
File size: 285 byte(s)
Log Message:
RequestHelp initial commit

File Contents

# Content
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