Skip to content

Commit 47368f4

Browse files
committed
v1.6.1
1 parent 6af56f9 commit 47368f4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths:
1010
- "**/CMakeLists.txt"
1111
- "**.cmake"
12+
- "**.f90"
1213
- ".github/workflows/ci_windows.yml"
1314
pull_request:
1415
release:

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@type": "SoftwareSourceCode",
44
"codeRepository": "https://github.com/geospace-code/nc4fortran",
55
"contIntegration": "https://github.com/geospace-code/nc4fortran/actions",
6-
"dateModified": "2022-05-17",
6+
"dateModified": "2022-05-27",
77
"downloadUrl": "https://github.com/geospace-code/nc4fortran/releases",
88
"issueTracker": "https://github.com/geospace-code/nc4fortran/issues",
99
"name": "nc4fortran",

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
project('nc4fortran', 'fortran',
2-
meson_version : '>=0.57.0'
2+
meson_version : '>=0.57.0',
3+
version : '1.6.1'
34
)
45

56
fs = import('fs')

0 commit comments

Comments
 (0)