From dabb3548214628a26ba70853d6e52836d4819878 Mon Sep 17 00:00:00 2001 From: erich Date: Thu, 19 Sep 1996 09:24:18 +0000 Subject: [PATCH] Set version to "0.4-pre" for the pre-release --- shared_src/asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared_src/asm.S b/shared_src/asm.S index 12907b0d2..133d3ebff 100644 --- a/shared_src/asm.S +++ b/shared_src/asm.S @@ -63,7 +63,7 @@ ENTRY(start) VARIABLE(install_partition) .long 0xFF00FF VARIABLE(version_string) - .string "0.4" + .string "0.4-pre" VARIABLE(config_file) #ifndef CONFIG_FILE_ASM .string "/boot/grub/menu.lst"