From 0921e73008d86d9aef0a2e8c75f0bf8fe901de1e Mon Sep 17 00:00:00 2001 From: David Schultz Date: Mon, 3 Jun 2013 09:33:51 +0000 Subject: [PATCH] Bump __FreeBSD_version for the addition of the following functions to libm: cacos, cacosf, cacosh, cacoshf, casin, casinf, casinh, casinhf, catan, catanf, catanh, catanhf, logl, log2l, log10l, log1pl I am hoping kargl@ will commit expl and expm1l soon, in which case this bump will cover those, too. Requested by: danfe --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index b6820988a2cd..d84f2fcfa009 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -58,7 +58,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1000033 /* Master, propagated to newvers */ +#define __FreeBSD_version 1000034 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,