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 ")"