Skip to content

Commit 8e28108

Browse files
Merge pull request #13 from jchristopherson/v2.0.2
V2.0.2
2 parents 8757e8b + 691129f commit 8e28108

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
33
project(
44
nonlin
55
LANGUAGES Fortran
6-
VERSION 2.0.1
6+
VERSION 2.0.2
77
)
88
set(CMAKE_Fortran_STANDARD 2018)
99
set(CMAKE_Fortran_STANDARD_REQUIRED TRUE)

configure/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include(GNUInstallDirs)
1919
if(NOT DEFINED CMAKE_INSTALL_MODULEDIR)
2020
set(
2121
CMAKE_INSTALL_MODULEDIR
22-
"${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/${CMAKE_Fortran_COMPILER_ID}-${CMAKE_Fortran_COMPILER_VERSION}"
22+
"${CMAKE_INSTALL_INCLUDEDIR}"
2323
CACHE
2424
STRING
2525
"Directory in prefix to install generated module files"

fpm.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name = "nonlin"
2-
version = "2.0.1"
2+
version = "2.0.2"
33
license = "GPL-3.0"
44
author = "Jason Christopherson"
55
maintainer = "Jason Christopherson"
6-
copyright = "Copyright 2017-2025, Jason Christopherson"
6+
copyright = "Copyright 2017-2026, Jason Christopherson"
77
description = "A library that provides routines to compute the solutions to systems of nonlinear equations."
88
homepage = "https://github.com/jchristopherson/nonlin"
99

0 commit comments

Comments
 (0)