From 5e92269d7b1cd57b14235dbd78ab9ee8682d9548 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 12 Feb 2008 02:09:24 +0000 Subject: [PATCH] Bump to 1.11.1 prior to 1.12 branch and update the preview tag. --- sys/conf/subvers-DEVELOPMENT_1_11 | 3 ++- sys/sys/param.h | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sys/conf/subvers-DEVELOPMENT_1_11 b/sys/conf/subvers-DEVELOPMENT_1_11 index 8460c840f4..5a04b12f60 100644 --- a/sys/conf/subvers-DEVELOPMENT_1_11 +++ b/sys/conf/subvers-DEVELOPMENT_1_11 @@ -1,3 +1,4 @@ # Subversion control for DragonFly 1.11.X-DEVELOPMENT -# $DragonFly: src/sys/conf/Attic/subvers-DEVELOPMENT_1_11,v 1.1 2007/07/24 19:47:15 dillon Exp $ +# $DragonFly: src/sys/conf/Attic/subvers-DEVELOPMENT_1_11,v 1.2 2008/02/12 02:09:24 dillon Exp $ 0 - +1 pre-1.12-branch diff --git a/sys/sys/param.h b/sys/sys/param.h index 91bdfbb9c0..c9f3ec6fb6 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.43 2007/07/24 20:38:19 dillon Exp $ + * $DragonFly: src/sys/sys/param.h,v 1.44 2008/02/12 02:09:23 dillon Exp $ */ #ifndef _SYS_PARAM_H_ @@ -58,9 +58,10 @@ * 170001 - base development version before 1.8 branch * 190000 - base development version after 1.8 branch * 195000 - base development version after 1.10 branch + * 197500 - base development version after 1.12 branch */ #undef __DragonFly_version -#define __DragonFly_version 197000 /* Master, propagated to newvers */ +#define __DragonFly_version 197500 /* Master, propagated to newvers */ #ifdef __FreeBSD__ /* -- 2.11.4.GIT