From e9ddd87bc4bbc2a0fa4d58b8dca08dd08cf1e03e Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok/asmodai Date: Sat, 15 Nov 2003 11:46:26 +0000 Subject: [PATCH] Add __DragonFly_version, set to 100000, which basically means: DragonFly version 1.0.0, allowing for 999 updates before we are forced to update the last revision number. Do note that it hasn't replaced the current naming or numbering in the DragonFly system. --- sys/sys/param.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index bcd1b20669..de1ac402f2 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.8 2003/10/17 07:30:40 dillon Exp $ + * $DragonFly: src/sys/sys/param.h,v 1.9 2003/11/15 11:46:26 asmodai Exp $ */ #ifndef _SYS_PARAM_H_ @@ -57,6 +57,9 @@ #undef __FreeBSD_version #define __FreeBSD_version 480101 /* Master, propagated to newvers */ +#undef __DragonFly_version +#define __DragonFly_version 100000 + #ifndef NULL #define NULL 0 #endif -- 2.41.0