From: John Marino Date: Mon, 21 Nov 2011 22:32:58 +0000 (+0100) Subject: Bump __DragonFly_version after new functions added to libc X-Git-Tag: v3.0.0~579 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/7c426b5fe0ae50fca2184b47874282610b47425e Bump __DragonFly_version after new functions added to libc --- diff --git a/sys/sys/param.h b/sys/sys/param.h index 7dbf89958d..7d7b864198 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -83,9 +83,10 @@ * 201301 - header rename: -> * 201302 - header is gone * 201303 - and are gone + * 201304 - Added wcscasecmp, wcsncasecmp to libc */ #undef __DragonFly_version -#define __DragonFly_version 201303 /* propagated to newvers */ +#define __DragonFly_version 201304 /* propagated to newvers */ #include