Skip to content

Commit 452eaba

Browse files
bsergeanclaude
andcommitted
Bump version to 12.0.1
Release of accumulated fixes since v12.0.0: DNS lookup crash/offline resolution (#589), OpenSSL IP-address cert validation (#588), case-insensitive Upgrade header (#584), server fd double-close (#585), fragment buffering optimization (#562), and the install include-dir fix (#582). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ae949ac commit 452eaba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cmake_minimum_required(VERSION 3.4.1...3.17.2)
77
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")
88

9-
project(ixwebsocket LANGUAGES C CXX VERSION 12.0.0)
9+
project(ixwebsocket LANGUAGES C CXX VERSION 12.0.1)
1010

1111
set (CMAKE_CXX_STANDARD 11)
1212
set (CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)