Skip to content

Commit

Permalink
Update CMakeLists.txt - Updated version number for Cmake Lists too . . .
Browse files Browse the repository at this point in the history
Forgot to change it as well . . .

Important when building Koi from source . . .
  • Loading branch information
MartinVonReichenberg authored Nov 4, 2023
1 parent 13fe5f4 commit eae87d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(Koi VERSION 0.2.3 LANGUAGES CXX)
project(Koi VERSION 0.2.4 LANGUAGES CXX)

configure_file(headers/config.h.in config.h)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
Expand Down

0 comments on commit eae87d1

Please sign in to comment.