From 139f027dd80155b30c5838858add27d333a5d0a3 Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 1 Feb 2016 09:51:46 +0100 Subject: [PATCH] bump __DragonFly_version for library privatizaton Better late than never. Version is now 400502 --- sys/sys/param.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index fa6b723999..150057feb3 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -131,9 +131,10 @@ * 400400 - 4.4 release * 400500 - 4.5 development * 400501 - unionfs removal + * 400502 - private libraries: ssh ldns edit ncurses */ #undef __DragonFly_version -#define __DragonFly_version 400501 /* propagated to newvers */ +#define __DragonFly_version 400502 /* propagated to newvers */ #include -- 2.41.0