From 75a3d4ebde0099c3af62a7c6375d87d2c68b2d11 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 27 Jan 2010 16:19:50 +0000 Subject: [PATCH] bump version number to 3.1.6, copyright year to 2010. --- include/minix/config.h | 2 +- kernel/main.c | 2 +- tools/issue.install | 9 +-------- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/include/minix/config.h b/include/minix/config.h index ddea7339e..d353cb2c5 100644 --- 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.5" +#define OS_VERSION "1.6" /* This file sets configuration parameters for the MINIX kernel, FS, and PM. * It is divided up into two main sections. The first section contains diff --git a/kernel/main.c b/kernel/main.c index d154e94af..fe28258c5 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -266,7 +266,7 @@ PRIVATE void announce(void) #ifdef _SVN_REVISION "(" _SVN_REVISION ")\n" #endif - "Copyright 2009, Vrije Universiteit, Amsterdam, The Netherlands\n", + "Copyright 2010, Vrije Universiteit, Amsterdam, The Netherlands\n", OS_RELEASE, OS_VERSION); kprintf("MINIX is open source software, see http://www.minix3.org\n"); } diff --git a/tools/issue.install b/tools/issue.install index 84866b941..ea4984b1a 100644 --- a/tools/issue.install +++ b/tools/issue.install @@ -1,8 +1,5 @@ -Welcome to MINIX 3.1.5. - -This snapshot is an interim release, not final release quality. It is -intended as a prerelease for developers. +Welcome to MINIX 3.1.6. The system is now running and many commands work normally. To use MINIX in a serious way, you need to install it to your hard disk, which you @@ -15,7 +12,3 @@ setup. Keep the CD-ROM in the drive, login as root and type 'packman' to begin installing the many software packages available. After you have installed the packages, type 'xdm' to start X Windows if you have installed it. - -Before you begin the installation process, it is strongly recommended -that you print and carefully read the installation instructions -available on the MINIX 3 website: http://www.minix3.org. -- 2.44.0