Skip to content

Commit 27426a4

Browse files
chore: Release 0.1.6
1 parent 563357d commit 27426a4

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
@@ -7,7 +7,7 @@ if(CMAKE_GENERATOR MATCHES "Visual Studio" OR CMAKE_GENERATOR MATCHES "Ninja Mul
77
set(CMAKE_GENERATOR_PLATFORM x64 CACHE STRING "Platform" FORCE)
88
endif()
99
project(original LANGUAGES CXX)
10-
set(ORIGINAL_VERSION 0.1.5)
10+
set(ORIGINAL_VERSION 0.1.6)
1111
set(CMAKE_CXX_STANDARD 23)
1212
set(CMAKE_CXX_STANDARD_REQUIRED True)
1313
set(CMAKE_CXX_EXTENSIONS OFF)

0 commit comments

Comments
 (0)