Kernel updated to 0.7.1.0

git-svn-id: svn://kolibrios.org@641 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond)
2007-09-23 20:58:50 +00:00
parent 67089c784b
commit efedbc015e
6 changed files with 188 additions and 146 deletions

View File

@@ -113,7 +113,7 @@ use16
org 0x0
jmp start_of_code
version db 'Kolibri OS version 0.7.0.0 ',13,10,13,10,0
version db 'Kolibri OS version 0.7.1.0 ',13,10,13,10,0
include "boot/bootstr.inc" ; language-independent boot messages
include "boot/preboot.inc"
@@ -2348,7 +2348,7 @@ endg
iglobal
version_inf:
db 0,7,0,0 ; version 0.7.0.0
db 0,7,1,0 ; version 0.7.1.0
db UID_KOLIBRI
dd __REV__
version_end: