Bumping version to 3.4.0
Change-Id: Ia5630d7409cf7042853847ee29866e2db3514c91
This commit is contained in:
parent
125832e358
commit
34d3c9c351
@ -3,8 +3,8 @@
|
||||
|
||||
/* Minix release and version numbers. */
|
||||
#define OS_NAME "Minix"
|
||||
#define OS_RELEASE "3.3.0" /* 3.m.p */
|
||||
#define OS_REV 303000000 /* see NetBSD sys/param.h: 3mm00pp00 */
|
||||
#define OS_RELEASE "3.4.0" /* 3.m.p */
|
||||
#define OS_REV 304000000 /* see NetBSD sys/param.h: 3mm00pp00 */
|
||||
#define OS_CONFIG "GENERIC"
|
||||
#define OS_VERSION OS_NAME " " OS_RELEASE " (" OS_CONFIG ")"
|
||||
|
||||
|
@ -340,7 +340,7 @@ static void announce(void)
|
||||
#ifdef _VCS_REVISION
|
||||
"(" _VCS_REVISION ")\n"
|
||||
#endif
|
||||
"Copyright 2014, Vrije Universiteit, Amsterdam, The Netherlands\n",
|
||||
"Copyright 2016, Vrije Universiteit, Amsterdam, The Netherlands\n",
|
||||
OS_RELEASE);
|
||||
printf("MINIX is open source software, see http://www.minix3.org\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user