From: Justin C. Sherrill Date: Sun, 22 Jan 2012 21:05:08 +0000 (-0800) Subject: Release 3.0 branch. X-Git-Tag: v3.0.0^0 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/e6e83d079cefe464833c3d9d0904068dbac48764 Release 3.0 branch. --- 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