bump version number to 3.1.6, copyright year to 2010.

This commit is contained in:
Ben Gras
2010-01-27 16:19:50 +00:00
parent 2ba237cd4e
commit 75a3d4ebde
3 changed files with 3 additions and 10 deletions

View 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");
}