From 2132205e1a69c9fce8096f085b1b8d72efc759fa Mon Sep 17 00:00:00 2001 From: yhirose Date: Wed, 1 Jul 2026 23:56:17 -0400 Subject: [PATCH] Release v0.49.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 695ebda..9f8b8aa 100644 --- a/docs-src/config.toml +++ b/docs-src/config.toml @@ -4,7 +4,7 @@ langs = ["en", "ja"] [site] title = "cpp-httplib" -version = "0.48.0" +version = "0.49.0" 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 5bdb809..90498af 100644 --- a/httplib.h +++ b/httplib.h @@ -8,8 +8,8 @@ #ifndef CPPHTTPLIB_HTTPLIB_H #define CPPHTTPLIB_HTTPLIB_H -#define CPPHTTPLIB_VERSION "0.48.0" -#define CPPHTTPLIB_VERSION_NUM "0x003000" +#define CPPHTTPLIB_VERSION "0.49.0" +#define CPPHTTPLIB_VERSION_NUM "0x003100" #ifdef _WIN32 #if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0A00