From 280232dc1e9a6e26b13530c5e576880151935b19 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Fri, 11 Nov 2016 13:18:18 +0300 Subject: Added support for faster setting thread names by pthread_attr_setname_np() where available. --- src/include/microhttpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/microhttpd.h') diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 97f2d9dd..c91d0a54 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h @@ -126,7 +126,7 @@ typedef intptr_t ssize_t; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00095208 +#define MHD_VERSION 0x00095209 /** * MHD-internal return code for "YES". -- cgit v1.2.3