source:
dev/trunk/abdev/BasicCompiler_Common/include/ver.h@
342
Last change on this file since 342 was 340, checked in by , 17 years ago | |
---|---|
File size: 211 bytes |
Rev | Line | |
---|---|---|
[312] | 1 | // バージョン |
2 | #define MAJOR_VER 5 | |
3 | #define MINOR_VER 00 | |
4 | #define REVISION_VER 00 | |
5 | ||
6 | // バージョン付加文字列 | |
7 | #ifdef _AMD64_ | |
[340] | 8 | #define VER_INFO "(x64) (rev.351)" |
[312] | 9 | #else |
[340] | 10 | #define VER_INFO "(rev.351)" |
[312] | 11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.