Skip to content

Commit

Permalink
Release v11.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthora committed Mar 8, 2024
1 parent c5a02f1 commit 972ac48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
cmake_minimum_required(VERSION 3.4.1...3.17.2)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")

project(ixwebsocket LANGUAGES C CXX VERSION 11.4.4)
project(ixwebsocket LANGUAGES C CXX VERSION 11.4.5)

set (CMAKE_CXX_STANDARD 11)
set (CXX_STANDARD_REQUIRED ON)
set (CMAKE_CXX_EXTENSIONS OFF)
set (CMAKE_EXPORT_COMPILE_COMMANDS yes)

add_compile_definitions(IX_WEBSOCKET_VERSION="${CMAKE_PROJECT_VERSION}")

option (BUILD_DEMO OFF)

if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
Expand Down
4 changes: 3 additions & 1 deletion ixwebsocket/IXWebSocketVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

#pragma once

#define IX_WEBSOCKET_VERSION "11.4.4"
#ifndef IX_WEBSOCKET_VERSION
#define IX_WEBSOCKET_VERSION "unknown"
#endif

0 comments on commit 972ac48

Please sign in to comment.