Skip to content

Commit 688af99

Browse files
committed
bump version
1 parent 397bb5d commit 688af99

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CMakeLists.txt

+1-1
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 11.4.3)
9+
project(ixwebsocket LANGUAGES C CXX VERSION 11.4.4)
1010

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

docs/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All changes to this project will be documented in this file.
44

5+
## [11.4.4] - 2023-06-05
6+
57
## [11.4.3] - 2022-05-13
68

79
Set shorter thread names

ixwebsocket/IXWebSocketVersion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
#pragma once
88

9-
#define IX_WEBSOCKET_VERSION "11.4.3"
9+
#define IX_WEBSOCKET_VERSION "11.4.4"

0 commit comments

Comments
 (0)