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

Last change on this file since 364 was 364, checked in by dai_9181, 16 years ago

Throw→Catch間のパラメータ引渡しに対応。
グローバル領域でのTryスコープを可能にした。これで例外処理機構実装完了。
エディタの補間機能にTry/Catch/Finally/EndTryを追加。

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