Subversion Repositories Kolibri OS

Rev

Rev 706 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
682 andrew_pro 1
;****************************************************
2
;****************get version of library**************
3
;****************************************************
4
;IN
5
;not
6
;OUT
7
;version of library
8
;fersion format year:mouth:day
9
align 4
10
 
11
get_version:
12
 
13
        xor eax,eax
710 andrew_pro 14
        mov eax,dword 080204  ;4.02.08
682 andrew_pro 15
 
16
        ret