We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e28108 commit 875d2d3Copy full SHA for 875d2d3
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
3
project(
4
nonlin
5
LANGUAGES Fortran
6
- VERSION 2.0.2
+ VERSION 2.0.3
7
)
8
set(CMAKE_Fortran_STANDARD 2018)
9
set(CMAKE_Fortran_STANDARD_REQUIRED TRUE)
fpm.toml
@@ -1,5 +1,5 @@
1
name = "nonlin"
2
-version = "2.0.2"
+version = "2.0.3"
license = "GPL-3.0"
author = "Jason Christopherson"
maintainer = "Jason Christopherson"
0 commit comments