toolsandutils/e32tools/elf2e32/include/h_ver.h
branchGCC_SURGE
changeset 61 b376866b09e6
parent 0 83f4b4db085c
equal deleted inserted replaced
60:5a90ee674b42 61:b376866b09e6
    16 #ifndef __H_VER_H__
    16 #ifndef __H_VER_H__
    17 #define __H_VER_H__
    17 #define __H_VER_H__
    18 
    18 
    19 const TInt MajorVersion=2;
    19 const TInt MajorVersion=2;
    20 const TInt MinorVersion=1;
    20 const TInt MinorVersion=1;
    21 const TInt Build=15;
    21 const TInt Build=16;
    22 
    22 
    23 #endif
    23 #endif
    24 
    24