From 68fa9bce0f1abb27fc7507c372c6ac0b75f8a878 Mon Sep 17 00:00:00 2001 From: yhirose Date: Mon, 9 Mar 2026 20:51:37 -0400 Subject: [PATCH] Release v0.37.1 --- 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 0573ee0..2417ce6 100644 --- a/docs-src/config.toml +++ b/docs-src/config.toml @@ -4,7 +4,7 @@ langs = ["en", "ja"] [site] title = "cpp-httplib" -version = "0.37.0" +version = "0.37.1" 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 53aa2ba..a2e4750 100644 --- a/httplib.h +++ b/httplib.h @@ -8,8 +8,8 @@ #ifndef CPPHTTPLIB_HTTPLIB_H #define CPPHTTPLIB_HTTPLIB_H -#define CPPHTTPLIB_VERSION "0.37.0" -#define CPPHTTPLIB_VERSION_NUM "0x002500" +#define CPPHTTPLIB_VERSION "0.37.1" +#define CPPHTTPLIB_VERSION_NUM "0x002501" #ifdef _WIN32 #if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0A00