From 600d220c84853f52011ae4b95fc8518742bcdfac Mon Sep 17 00:00:00 2001 From: yhirose Date: Sat, 9 May 2026 21:29:23 +0900 Subject: [PATCH] Release v0.43.4 --- 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 33cd98f..c34e6d7 100644 --- a/docs-src/config.toml +++ b/docs-src/config.toml @@ -4,7 +4,7 @@ langs = ["en", "ja"] [site] title = "cpp-httplib" -version = "0.43.3" +version = "0.43.4" hostname = "https://yhirose.github.io" base_path = "/cpp-httplib" footer_message = "© 2026 Yuji Hirose. All rights reserved." diff --git a/httplib.h b/httplib.h index ac302ee..7740b9d 100644 --- a/httplib.h +++ b/httplib.h @@ -8,8 +8,8 @@ #ifndef CPPHTTPLIB_HTTPLIB_H #define CPPHTTPLIB_HTTPLIB_H -#define CPPHTTPLIB_VERSION "0.43.3" -#define CPPHTTPLIB_VERSION_NUM "0x002b03" +#define CPPHTTPLIB_VERSION "0.43.4" +#define CPPHTTPLIB_VERSION_NUM "0x002b04" #ifdef _WIN32 #if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0A00