diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-09-20 17:16:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 17:16:20 (GMT) |
commit | 7b67d8b40749c74ded1bb0012e1ed7202f5504c7 (patch) | |
tree | 43685da81a84acfa3265d2bb75450cff7a87855e /.github/workflows | |
parent | 8c4d90e9ecdb4f939c4b036a4054d3ab6256b811 (diff) | |
download | hdf5-7b67d8b40749c74ded1bb0012e1ed7202f5504c7.zip hdf5-7b67d8b40749c74ded1bb0012e1ed7202f5504c7.tar.gz hdf5-7b67d8b40749c74ded1bb0012e1ed7202f5504c7.tar.bz2 |
Hdf5 1 10 11 (#3555)
* Initial preparation of hdf5-1_10_11 release branch for HDF5 1.10.11
release:
Updated configure.ac for release: switched configure default to production mode and disabled maintainer mode.
Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt.
Generated release files including Makefile.ins with autogen.sh, autoconf 2.71 and automake 1.16.2
Incremented version to 1.10.11-2.
* Update branch name in main.yml.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3baca04..c97f1c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: push: pull_request: - branches: [ hdf5_1_10 ] + branches: [ hdf5_1_10_11 ] paths-ignore: - '.github/CODEOWNERS' - '.github/FUNDING.yml' |