Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.12)
if (MSVC)
set (CMAKE_SYSTEM_VERSION 10.0.22000.0)
endif (MSVC)
project (LowLevel VERSION 3.18.1.7 DESCRIPTION "Low Level Structures Library")
project (LowLevel VERSION 3.18.1.8 DESCRIPTION "Low Level Structures Library")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_C_STANDARD 11)
Expand Down