changeset 666 | 76dc8e3e7f2e |
parent 617 | 3a747a240983 |
child 684 | 2defe8c85348 |
665:2068325a5906 | 666:76dc8e3e7f2e |
---|---|
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=2; |
20 const TInt MinorVersion=2; |
21 const TInt Build=5; |
21 const TInt Build=6; |
22 |
22 |
23 #endif |
23 #endif |
24 |
24 |