Skip to content

Commit

Permalink
Fix version in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed May 2, 2023
1 parent 5ffa74c commit c2c0e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_policy(SET CMP0091 NEW)
set(CMAKE_FIND_NO_INSTALL_PREFIX TRUE FORCE)
cmake_minimum_required (VERSION 3.16)
project(treelite LANGUAGES CXX C VERSION 3.3.0)
project(treelite LANGUAGES CXX C VERSION 3.4.0)

# check MSVC version
if(MSVC)
Expand Down

0 comments on commit c2c0e41

Please sign in to comment.