From 1951b931610f649f366b1ca41c75b70b0a48d646 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 14 Oct 2005 14:38:28 +0000 Subject: [PATCH] Call book version 3.1.0 instead of 3.1 --- include/minix/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/minix/config.h b/include/minix/config.h index 47a1b27d0..a37d243f3 100755 --- a/include/minix/config.h +++ b/include/minix/config.h @@ -3,7 +3,7 @@ /* Minix release and version numbers. */ #define OS_RELEASE "3" -#define OS_VERSION "1" +#define OS_VERSION "1.0" /* This file sets configuration parameters for the MINIX kernel, FS, and PM. * It is divided up into two main sections. The first section contains -- 2.44.0