]> Zhao Yanbai Git Server - minix.git/commitdiff
bump version number to 3.1.6, copyright year to 2010.
authorBen Gras <ben@minix3.org>
Wed, 27 Jan 2010 16:19:50 +0000 (16:19 +0000)
committerBen Gras <ben@minix3.org>
Wed, 27 Jan 2010 16:19:50 +0000 (16:19 +0000)
include/minix/config.h
kernel/main.c
tools/issue.install

index ddea7339e990b07cbedccf977449ab8da76b717d..d353cb2c53aca70dc1361e146660bc0c61788f3c 100644 (file)
@@ -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
index d154e94af1f0ae21ea3a10de344034ee33805062..fe28258c5ab300012eed4dccef3ba2a818143108 100644 (file)
@@ -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");
 }
index 84866b941d9b4c5766335ef0bab25bf76b49b282..ea4984b1a090b21ade2a7b91f1ee1eba13ea1aa5 100644 (file)
@@ -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.