Ignore:
Timestamp:
Oct 22, 2007, 1:29:05 AM (17 years ago)
Author:
dai_9181
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/ver.h

    r353 r354  
    66// バージョン付加文字列
    77#ifdef _AMD64_
    8 #define VER_INFO        "(x64) (rev.357)"
     8#define VER_INFO        "(x64) (rev.361)"
    99#else
    10 #define VER_INFO        "(rev.357)"
     10#define VER_INFO        "(rev.361)"
    1111#endif
Note: See TracChangeset for help on using the changeset viewer.