From 49df44d5657d238b2d4373e09bc81f9bf2c9d6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Sat, 13 Nov 2004 09:27:58 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20mise=20a=20jour=20des=20num=C3=A9ro=20d?= =?UTF-8?q?e=20version=20dans=20le=20source.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commande/commande.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commande/commande.asm b/commande/commande.asm index 1b3aac0..f0dfdc3 100644 --- a/commande/commande.asm +++ b/commande/commande.asm @@ -210,7 +210,7 @@ Code_Version: int 47h ret -Version_Text db 'Cos 2000 version 3.0.2Fr par Nico',0 +Version_Text db 'Cos 2000 version 1.2Fr par Nico',0 Code_Cls: mov ah,2 @@ -622,7 +622,7 @@ Help_Mem db 0 derror db 'Erreur de Syntaxe !',0 Error_Syntax db 'La commande ou l''executable n''existe pas ! F1 pour ',0 prompt db '>',0 -msg db 'Interpreteur de commande COS V1.1',0 +msg db 'Interpreteur de commande COS V1.8',0 include str0.asm