From c112a0e231bdc3178047693bc677542f603fb03b Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Thu, 18 Jan 2018 10:29:01 +0100 Subject: [PATCH] Release cloudlibc v0.101. - Expose the jemalloc extended API to allow Rust's alloc_jemalloc to build. --- src/include/_/cdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/_/cdefs.h b/src/include/_/cdefs.h index 034cb768..da0ba670 100644 --- a/src/include/_/cdefs.h +++ b/src/include/_/cdefs.h @@ -27,7 +27,7 @@ // Version information. #define __cloudlibc__ 1 #define __cloudlibc_major__ 0 -#define __cloudlibc_minor__ 99 +#define __cloudlibc_minor__ 101 #ifdef __cplusplus #define __BEGIN_DECLS extern "C" {