From ce1db22b49a8b4935706563d8d176f1da99fade2 Mon Sep 17 00:00:00 2001 From: "Justin C. Sherrill" Date: Mon, 1 Apr 2013 22:11:01 -0400 Subject: [PATCH] Change to DragonFly 3.5. --- gnu/usr.bin/groff/tmac/mdoc.local | 3 ++- sys/conf/newvers.sh | 2 +- sys/sys/param.h | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 741b40f65c..b7a71fecfb 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -68,7 +68,7 @@ . . .\" Default .Os value -.ds doc-default-operating-system DragonFly\~3.3 +.ds doc-default-operating-system DragonFly\~3.5 . . .\" DragonFly releases not found in doc-common @@ -88,6 +88,7 @@ .ds doc-operating-system-DragonFly-2.13 2.13 .ds doc-operating-system-DragonFly-3.1 3.1 .ds doc-operating-system-DragonFly-3.3 3.3 +.ds doc-operating-system-DragonFly-3.5 3.5 . .\" FreeBSD releases not found in doc-common. .ds doc-operating-system-FreeBSD-7.3 7.3 diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 744a7fbc3b..9f683f7234 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ fi # Set the branch # -BRANCH="DEVELOPMENT_3_3" +BRANCH="DEVELOPMENT_3_5" TYPE="DragonFly" diff --git a/sys/sys/param.h b/sys/sys/param.h index 1fe2a2d6b2..def7472cd2 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -97,9 +97,11 @@ * 300302 - fpsave changes - ucontext_t, mcontext_t, sigcontext, sigframe * 300303 - Demarcation of old m4/flex with new m4/flex * 300304 - Update to dialog-1.2-20121230 + * 300400 - 3.4 release + * 300500 - 3.5 master */ #undef __DragonFly_version -#define __DragonFly_version 300304 /* propagated to newvers */ +#define __DragonFly_version 300500 /* propagated to newvers */ #include -- 2.11.4.GIT