1 parent 8e702d3 commit f00e476Copy full SHA for f00e476
2 files changed
docs-src/config.toml
@@ -4,7 +4,7 @@ langs = ["en", "ja"]
4
5
[site]
6
title = "cpp-httplib"
7
-version = "0.52.0"
+version = "0.53.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.52.0"
12
-#define CPPHTTPLIB_VERSION_NUM "0x003400"
+#define CPPHTTPLIB_VERSION "0.53.0"
+#define CPPHTTPLIB_VERSION_NUM "0x003500"
13
14
#ifdef _WIN32
15
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0A00
0 commit comments