source:
dev/trunk/abdev/BasicCompiler_Common/include/ver.h@
366
| Last change on this file since 366 was 366, checked in by , 18 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_ | |
| [366] | 8 | #define VER_INFO "(x64) (rev.378)" |
| [312] | 9 | #else |
| [366] | 10 | #define VER_INFO "(rev.378)" |
| [312] | 11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
