From 6da39202321f856d6472bc980647440c2b011aae Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 17 Jul 2006 00:00:04 +0000 Subject: [PATCH] Bump sub-versions and DragonFly_version in preparation for branching. --- sys/conf/subvers-DEVELOPMENT_1_5 | 3 ++- sys/sys/param.h | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sys/conf/subvers-DEVELOPMENT_1_5 b/sys/conf/subvers-DEVELOPMENT_1_5 index 75c20dfaa7..c0626b66a6 100644 --- a/sys/conf/subvers-DEVELOPMENT_1_5 +++ b/sys/conf/subvers-DEVELOPMENT_1_5 @@ -1,7 +1,8 @@ # Subversion control for DragonFly 1.5.X-DEVELOPMENT -# $DragonFly: src/sys/conf/Attic/subvers-DEVELOPMENT_1_5,v 1.5 2006/06/13 08:12:00 dillon Exp $ +# $DragonFly: src/sys/conf/Attic/subvers-DEVELOPMENT_1_5,v 1.6 2006/07/17 00:00:04 dillon Exp $ 0 - 1 synchronize before buffer cache block->offset conversion 2 synchronize buffer buf/bio conversion to 64 bit offsets 3 stabilization, many bug fixes, fixe installer segfault & mail aliases 4 many more bug fixes, ufs/softupdates/dirbad, pread[v], pwrite[v] +5 synchronize for release roll diff --git a/sys/sys/param.h b/sys/sys/param.h index f95488116c..58d2271db8 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.33 2006/06/13 08:12:04 dillon Exp $ + * $DragonFly: src/sys/sys/param.h,v 1.34 2006/07/17 00:00:03 dillon Exp $ */ #ifndef _SYS_PARAM_H_ @@ -55,9 +55,10 @@ * doc/en_US.ISO8859-1/books/porters-handbook/book.sgml * * 150002 - MSG_F* and O_F* flags (force blocking/non-blocking operation) + * 150003 - bump subvers in preparation for branching 1.6 */ #undef __DragonFly_version -#define __DragonFly_version 150002 /* Master, propagated to newvers */ +#define __DragonFly_version 150005 /* Master, propagated to newvers */ #ifdef __FreeBSD__ /* -- 2.41.0