From 01bbfff438d63dcd93098a80a075dd10fe883bf0 Mon Sep 17 00:00:00 2001 From: William Dawson Date: Sat, 4 Sep 2021 23:34:21 +0900 Subject: [PATCH] Update version for release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 53628168..a4a89083 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ ################################################################################ ## Basic Setup cmake_minimum_required (VERSION 3.2) -project(NTPoly VERSION 2.3.1) +project(NTPoly VERSION 2.7.0) enable_language(Fortran) ################################################################################