Skip to content

Commit 2132205

Browse files
committed
Release v0.49.0
1 parent a4d7066 commit 2132205

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.48.0"
7+
version = "0.49.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.48.0"
12-
#define CPPHTTPLIB_VERSION_NUM "0x003000"
11+
#define CPPHTTPLIB_VERSION "0.49.0"
12+
#define CPPHTTPLIB_VERSION_NUM "0x003100"
1313

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

0 commit comments

Comments
 (0)