From 8b70659c982bababc195a945f8d2b98ab48c0695 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 19 Apr 2011 19:57:52 -0700 Subject: [PATCH] release - Branch 2.10 (set up new master for 2.11) * Edit sys/sys/param.h, sys/conf/newvers.sh --- sys/conf/newvers.sh | 2 +- sys/sys/param.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 5e434a2e57..8f1157ab3a 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ fi # Set the branch # -BRANCH="DEVELOPMENT_2_9" +BRANCH="DEVELOPMENT_2_11" TYPE="DragonFly" diff --git a/sys/sys/param.h b/sys/sys/param.h index 7dd7cad148..c366209096 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -77,9 +77,11 @@ * 200900 - 2.9 master * 200901 - prototype changes for alphasort(3) and scandir(3) * 200902 - Xerox NS protocol removal + * 201000 - 2.10 release + * 201100 - 2.11 master */ #undef __DragonFly_version -#define __DragonFly_version 200902 /* propagated to newvers */ +#define __DragonFly_version 201100 /* propagated to newvers */ #include -- 2.41.0