Skip to content

Commit 9f41fc0

Browse files
committed
Release v0.43.0
1 parent 3cedf31 commit 9f41fc0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs-src/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ langs = ["en", "ja"]
44

55
[site]
66
title = "cpp-httplib"
7-
version = "0.42.0"
7+
version = "0.43.0"
88
hostname = "https://yhirose.github.io"
99
base_path = "/cpp-httplib"
1010
footer_message = "© 2026 Yuji Hirose. All rights reserved."

httplib.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#ifndef CPPHTTPLIB_HTTPLIB_H
99
#define CPPHTTPLIB_HTTPLIB_H
1010

11-
#define CPPHTTPLIB_VERSION "0.42.0"
12-
#define CPPHTTPLIB_VERSION_NUM "0x002a00"
11+
#define CPPHTTPLIB_VERSION "0.43.0"
12+
#define CPPHTTPLIB_VERSION_NUM "0x002b00"
1313

1414
#ifdef _WIN32
1515
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0A00

0 commit comments

Comments
 (0)