diff --git a/minix/include/minix/config.h b/minix/include/minix/config.h index 27631f549..ac1f94781 100644 --- a/minix/include/minix/config.h +++ b/minix/include/minix/config.h @@ -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 ")" diff --git a/minix/kernel/main.c b/minix/kernel/main.c index 7a5dcc516..1d8531460 100644 --- a/minix/kernel/main.c +++ b/minix/kernel/main.c @@ -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"); }