From 480ece53ba84277c3c6e7861d7162062a8cd39a6 Mon Sep 17 00:00:00 2001 From: Thomas Wong Date: Mon, 8 Apr 2024 14:33:52 +1000 Subject: [PATCH] Update the version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f295431bf..591426085 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ endif() # The version number. set (iqtree_VERSION_MAJOR 2) set (iqtree_VERSION_MINOR 3) -set (iqtree_VERSION_PATCH ".1") +set (iqtree_VERSION_PATCH ".2") option(BUILD_SHARED_LIBS "Build Shared Libraries" OFF)