From 40eb8ea19b693896ea576efc59b28ff35ea3466f Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 28 Mar 2010 15:58:14 -0700 Subject: [PATCH] release - Master is now 2.7, adjust sys/sys/param.h and 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 4110edeebf..d1ad241102 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ fi # Set the branch # -BRANCH="DEVELOPMENT_2_5" +BRANCH="DEVELOPMENT_2_7" TYPE="DragonFly" diff --git a/sys/sys/param.h b/sys/sys/param.h index bad9045144..3caf8bfc31 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -71,9 +71,11 @@ * 200206 - *sleep() renames * 200400 - 2.4 branch * 200500 - 2.5 master + * 200600 - 2.6 branch + * 200700 - 2.7 master */ #undef __DragonFly_version -#define __DragonFly_version 200500 /* Master, propagated to newvers */ +#define __DragonFly_version 200700 /* propagated to newvers */ #ifdef __FreeBSD__ /* -- 2.41.0