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