Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 24, 2024
1 parent c19b763 commit 403f753
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Meson
on:
push:
branches:
- master
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion hsl_subset/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'hsl_subset',
'c',
'fortran',
version: '4.0.0',
version: '4.0.1',
default_options: [
'buildtype=release',
'libdir=lib',
Expand Down
5 changes: 3 additions & 2 deletions libhsl/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
project(
'libHSL',
'c',
version: '4.0.0',
'fortran',
version: '4.0.1',
default_options: [
'buildtype=release',
'libdir=lib',
Expand All @@ -14,5 +15,5 @@ install_headers('libhsl.h')

# Library libhsl
libhsl = library('hsl',
sources : 'libhsl.c',
sources : ['libhsl.c', 'ma27.f', 'ma57.f'],
install : true)

0 comments on commit 403f753

Please sign in to comment.