bump version number to 3.1.6, copyright year to 2010.
This commit is contained in:
parent
2ba237cd4e
commit
75a3d4ebde
3 changed files with 3 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue