We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d62db commit 600d220Copy full SHA for 600d220
2 files changed
docs-src/config.toml
@@ -4,7 +4,7 @@ langs = ["en", "ja"]
4
5
[site]
6
title = "cpp-httplib"
7
-version = "0.43.3"
+version = "0.43.4"
8
hostname = "https://yhirose.github.io"
9
base_path = "/cpp-httplib"
10
footer_message = "© 2026 Yuji Hirose. All rights reserved."
httplib.h
@@ -8,8 +8,8 @@
#ifndef CPPHTTPLIB_HTTPLIB_H
#define CPPHTTPLIB_HTTPLIB_H
11
-#define CPPHTTPLIB_VERSION "0.43.3"
12
-#define CPPHTTPLIB_VERSION_NUM "0x002b03"
+#define CPPHTTPLIB_VERSION "0.43.4"
+#define CPPHTTPLIB_VERSION_NUM "0x002b04"
13
14
#ifdef _WIN32
15
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0A00
0 commit comments