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