Skip to content

Commit

Permalink
Add feature 4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Nov 22, 2024
1 parent c9c0d42 commit 236b914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions netcdf-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ fn main() {
Version::new(4, 9, 0),
Version::new(4, 9, 1),
Version::new(4, 9, 2),
Version::new(4, 9, 3),
// Keep this list up to date with netcdf/build.rs
];

Expand Down
1 change: 1 addition & 0 deletions netcdf/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ fn main() {
Version::new(4, 9, 0),
Version::new(4, 9, 1),
Version::new(4, 9, 2),
Version::new(4, 9, 3),
// Keep this list up to date with netcdf-sys/build.rs
];

Expand Down

0 comments on commit 236b914

Please sign in to comment.