From 3543b7da51ac46443cc0a3516650811a5409d9bf Mon Sep 17 00:00:00 2001 From: NhanLT Date: Wed, 15 May 2024 14:24:33 +1000 Subject: [PATCH] Update version number --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e89dec40..f15d7c6f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,8 +86,8 @@ endif() # The version number. set (iqtree_VERSION_MAJOR 2) -set (iqtree_VERSION_MINOR 4) -set (iqtree_VERSION_PATCH ".0") +set (iqtree_VERSION_MINOR 3) +set (iqtree_VERSION_PATCH ".4.cmaple") option(BUILD_SHARED_LIBS "Build Shared Libraries" OFF)