We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cedf31 commit 9f41fc0Copy full SHA for 9f41fc0
2 files changed
docs-src/config.toml
@@ -4,7 +4,7 @@ langs = ["en", "ja"]
4
5
[site]
6
title = "cpp-httplib"
7
-version = "0.42.0"
+version = "0.43.0"
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.42.0"
12
-#define CPPHTTPLIB_VERSION_NUM "0x002a00"
+#define CPPHTTPLIB_VERSION "0.43.0"
+#define CPPHTTPLIB_VERSION_NUM "0x002b00"
13
14
#ifdef _WIN32
15
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0A00
0 commit comments