Skip to content

Commit eae87d1

Browse files
Update CMakeLists.txt - Updated version number for Cmake Lists too . . .
Forgot to change it as well . . . Important when building Koi from source . . .
1 parent 13fe5f4 commit eae87d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(Koi VERSION 0.2.3 LANGUAGES CXX)
2+
project(Koi VERSION 0.2.4 LANGUAGES CXX)
33

44
configure_file(headers/config.h.in config.h)
55
include_directories(${CMAKE_CURRENT_BINARY_DIR})

0 commit comments

Comments
 (0)