Skip to content

Commit

Permalink
Update meson.build to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS authored Nov 8, 2024
1 parent 6a22b4d commit af108ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/h5cpp/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ subdir('utilities')
h5cpp_lib = library('h5cpp',sources,
dependencies:h5cpp_dependencies,
include_directories:[srcinc],
version: '0.6.0',
version: '0.6.1',
soversion:'1',
install:true,
install_mode:'r--r--r--')
Expand All @@ -35,4 +35,4 @@ install_headers('hdf5.hpp', subdir:'h5cpp')

pkg.generate(h5cpp_lib,
libraries: h5cpp_dependencies,
install_dir: join_paths(get_option('libdir'),'pkgconfig'))
install_dir: join_paths(get_option('libdir'),'pkgconfig'))

0 comments on commit af108ee

Please sign in to comment.