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. */
|
/* Minix release and version numbers. */
|
||||||
#define OS_RELEASE "3"
|
#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.
|
/* This file sets configuration parameters for the MINIX kernel, FS, and PM.
|
||||||
* It is divided up into two main sections. The first section contains
|
* It is divided up into two main sections. The first section contains
|
||||||
|
|
|
@ -266,7 +266,7 @@ PRIVATE void announce(void)
|
||||||
#ifdef _SVN_REVISION
|
#ifdef _SVN_REVISION
|
||||||
"(" _SVN_REVISION ")\n"
|
"(" _SVN_REVISION ")\n"
|
||||||
#endif
|
#endif
|
||||||
"Copyright 2009, Vrije Universiteit, Amsterdam, The Netherlands\n",
|
"Copyright 2010, Vrije Universiteit, Amsterdam, The Netherlands\n",
|
||||||
OS_RELEASE, OS_VERSION);
|
OS_RELEASE, OS_VERSION);
|
||||||
kprintf("MINIX is open source software, see http://www.minix3.org\n");
|
kprintf("MINIX is open source software, see http://www.minix3.org\n");
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
|
||||||
Welcome to MINIX 3.1.5.
|
Welcome to MINIX 3.1.6.
|
||||||
|
|
||||||
This snapshot is an interim release, not final release quality. It is
|
|
||||||
intended as a prerelease for developers.
|
|
||||||
|
|
||||||
The system is now running and many commands work normally. To use MINIX
|
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
|
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
|
to begin installing the many software packages available. After you
|
||||||
have installed the packages, type 'xdm' to start X Windows if you have
|
have installed the packages, type 'xdm' to start X Windows if you have
|
||||||
installed it.
|
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