From 2a1f846c0747fae28b313cecc430a3ba7ef5beb9 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Tue, 22 Jan 2013 15:57:31 +0000 Subject: [PATCH] Changed working title of network branch in kernel.asm. git-svn-id: svn://kolibrios.org@3193 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/kernel.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/branches/net/kernel.asm b/kernel/branches/net/kernel.asm index e67d10764b..54302f1b6a 100644 --- a/kernel/branches/net/kernel.asm +++ b/kernel/branches/net/kernel.asm @@ -133,7 +133,7 @@ use16 org 0x0 jmp start_of_code -version db 'Kolibri OS version 0.7.7.0+ ',13,10,13,10,0 +version db 'Kolibri OS network branch ',13,10,13,10,0 include "boot/bootstr.inc" ; language-independent boot messages include "boot/preboot.inc"