From 2bf4b7d5d7762985b2b269a7da4471683276bdd1 Mon Sep 17 00:00:00 2001 From: "Justin C. Sherrill" Date: Fri, 29 Sep 2017 20:11:33 -0400 Subject: [PATCH] 5.1 commit. --- gnu/usr.bin/groff/tmac/mdoc.local | 4 +++- sys/conf/newvers.sh | 2 +- sys/sys/param.h | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 3517661b3f..652f320af4 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -69,7 +69,7 @@ . . .\" Default .Os value -.ds doc-default-operating-system DragonFly\~4.9 +.ds doc-default-operating-system DragonFly\~5.1 . . .\" DragonFly releases not found in doc-common @@ -101,6 +101,8 @@ .ds doc-operating-system-DragonFly-4.7 4.7 .ds doc-operating-system-DragonFly-4.8 4.8 .ds doc-operating-system-DragonFly-4.9 4.9 +.ds doc-operating-system-DragonFly-5.0 5.0 +.ds doc-operating-system-DragonFly-5.1 5.1 . .\" FreeBSD releases not found in doc-common. .ds doc-operating-system-FreeBSD-7.2 7.2 diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 08b23d474c..81c951f36d 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -39,7 +39,7 @@ fi # Set the branch # -BRANCH="DEVELOPMENT_4_9" +BRANCH="DEVELOPMENT_5_1" TYPE="DragonFly" diff --git a/sys/sys/param.h b/sys/sys/param.h index 0fc104100e..ef0409b613 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -160,6 +160,8 @@ * 400908 - {clock,pthread}_getcpuclockid() * 400909 - deleted ortentry, SIOC{ADD,DEL}RT, RTM_OLD{ADD,DEL} * 400910 - routing table is only available on netisr_ncpus + * 500000 - 5.0 release + * 500100 - 5.0 development */ #undef __DragonFly_version #define __DragonFly_version 400910 /* propagated to newvers */ -- 2.41.0