From e6e83d079cefe464833c3d9d0904068dbac48764 Mon Sep 17 00:00:00 2001 From: "Justin C. Sherrill" Date: Sun, 22 Jan 2012 13:05:08 -0800 Subject: [PATCH] Release 3.0 branch. --- 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 3525fa7818..e6ec727193 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ fi # Set the branch # -BRANCH="DEVELOPMENT_2_13" +BRANCH="RELEASE_3_0" TYPE="DragonFly" diff --git a/sys/sys/param.h b/sys/sys/param.h index c26ebe802a..386974f252 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -86,9 +86,11 @@ * 201304 - Added wcscasecmp, wcsncasecmp to libc * 201305 - Sync libm with NetBSD-current libm (new functions added) * 201306 - Sync libm with FreeBSD-current libm (~50 new functions) + * 300000 - 3.0 release + * 300100 - 3.1 master */ #undef __DragonFly_version -#define __DragonFly_version 201306 /* propagated to newvers */ +#define __DragonFly_version 300000 /* propagated to newvers */ #include -- 2.11.4.GIT