Skip to content

Commit

Permalink
update the version number and the binary package.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskf committed Mar 4, 2024
1 parent b1552ab commit 905a0c7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ endif()

# The version number.
set (iqtree_VERSION_MAJOR 2)
set (iqtree_VERSION_MINOR 2)
set (iqtree_VERSION_PATCH ".6.1")
set (iqtree_VERSION_MINOR 3)
set (iqtree_VERSION_PATCH ".0")

option(BUILD_SHARED_LIBS "Build Shared Libraries" OFF)

Expand Down Expand Up @@ -913,8 +913,10 @@ set (SYSTEM_NAME "${CMAKE_SYSTEM_NAME}")
if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
if (IQTREE_FLAGS MATCHES "oldmac")
set (SYSTEM_NAME "MacOS10.5")
elseif (OSX_NATIVE_ARCHITECTURE STREQUAL "arm64")
set (SYSTEM_NAME "MacOSX-arm64")
else()
set (SYSTEM_NAME "MacOSX")
set (SYSTEM_NAME "MacOSX-intel")
endif()
endif()

Expand Down

0 comments on commit 905a0c7

Please sign in to comment.