From: Matthew Dillon Date: Mon, 14 Jul 2008 03:46:52 +0000 (+0000) Subject: 2.0 Release Engineering: X-Git-Tag: v2.0.1~107 X-Git-Url: https://gitweb.dragonflybsd.org/~mneumann/dragonfly.git/commitdiff_plain/ce9d787d6e48272952b970c0fe22438783e153bb 2.0 Release Engineering: * Bump DragonFly_version * Bump HEAD sub-vers --- diff --git a/sys/conf/subvers-DEVELOPMENT_1_13 b/sys/conf/subvers-DEVELOPMENT_1_13 index f8eab6ad1d..81e19b486d 100644 --- a/sys/conf/subvers-DEVELOPMENT_1_13 +++ b/sys/conf/subvers-DEVELOPMENT_1_13 @@ -1,3 +1,4 @@ # Subversion control for DragonFly 1.13.X-DEVELOPMENT -# $DragonFly: src/sys/conf/Attic/subvers-DEVELOPMENT_1_13,v 1.1 2008/02/12 02:26:07 dillon Exp $ +# $DragonFly: src/sys/conf/Attic/subvers-DEVELOPMENT_1_13,v 1.2 2008/07/14 03:46:52 dillon Exp $ 0 - +1 2.0 branch diff --git a/sys/sys/param.h b/sys/sys/param.h index b16b705b44..09d9857a1b 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -37,7 +37,7 @@ * * @(#)param.h 8.3 (Berkeley) 4/4/95 * $FreeBSD: src/sys/sys/param.h,v 1.61.2.38 2003/05/22 17:12:01 fjoe Exp $ - * $DragonFly: src/sys/sys/param.h,v 1.49 2008/06/05 17:53:10 swildner Exp $ + * $DragonFly: src/sys/sys/param.h,v 1.50 2008/07/14 03:46:50 dillon Exp $ */ #ifndef _SYS_PARAM_H_ @@ -58,9 +58,11 @@ * 197500 - base development version before 1.12 branch * 197600 - 1.12 branch * 197700 - base development version after 1.12 branch + * 199900 - base development version before 2.0 branch + * 200000 - 2.0 branch */ #undef __DragonFly_version -#define __DragonFly_version 197700 /* Master, propagated to newvers */ +#define __DragonFly_version 199900 /* Master, propagated to newvers */ #ifdef __FreeBSD__ /*