From 2e925abacc743b2f8a84f1f650190b664489740e Mon Sep 17 00:00:00 2001 From: yhirose Date: Mon, 2 Mar 2026 21:53:42 -0500 Subject: [PATCH] Release v0.36.0 --- docs-src/config.toml | 2 +- httplib.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-src/config.toml b/docs-src/config.toml index 08b558f..662effd 100644 --- a/docs-src/config.toml +++ b/docs-src/config.toml @@ -1,6 +1,6 @@ [site] title = "cpp-httplib" -version = "0.35.0" +version = "0.36.0" hostname = "https://yhirose.github.io" base_path = "/cpp-httplib" diff --git a/httplib.h b/httplib.h index 1dd7350..f98a5f7 100644 --- a/httplib.h +++ b/httplib.h @@ -8,8 +8,8 @@ #ifndef CPPHTTPLIB_HTTPLIB_H #define CPPHTTPLIB_HTTPLIB_H -#define CPPHTTPLIB_VERSION "0.35.0" -#define CPPHTTPLIB_VERSION_NUM "0x002300" +#define CPPHTTPLIB_VERSION "0.36.0" +#define CPPHTTPLIB_VERSION_NUM "0x002400" /* * Platform compatibility check