fixed 682 revision

git-svn-id: svn://kolibrios.org@683 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
heavyiron 2007-12-16 22:07:18 +00:00
parent 748fe8669e
commit 296ab7feb5

View File

@ -1,16 +0,0 @@
;****************************************************
;****************get version of library**************
;****************************************************
;IN
;not
;OUT
;version of library
;fersion format year:mouth:day
align 4
get_version:
xor eax,eax
mov eax,dword 071128 ;07.11.28
ret