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