source: dev/trunk/abdev/BasicCompiler_Common/include/ver.h@ 354

Last change on this file since 354 was 354, checked in by dai_9181, 17 years ago

オブジェクトからインターフェイスへのキャスト時に必要なだけメモリが確保できていないバグを修正。

File size: 211 bytes
RevLine 
[312]1// バージョン
2#define MAJOR_VER 5
3#define MINOR_VER 00
4#define REVISION_VER 00
5
6// バージョン付加文字列
7#ifdef _AMD64_
[354]8#define VER_INFO "(x64) (rev.361)"
[312]9#else
[354]10#define VER_INFO "(rev.361)"
[312]11#endif
Note: See TracBrowser for help on using the repository browser.