diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-05-05 16:05:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 16:05:30 (GMT) |
commit | af209f208034154847b4baae15268413eaeb14df (patch) | |
tree | 4196481f3e464fcf38cc086787fae7bb54c290e8 /src/H5public.h | |
parent | d0e8878ad4e8b2a24014bfb08b2f93dbd9595950 (diff) | |
download | hdf5-af209f208034154847b4baae15268413eaeb14df.zip hdf5-af209f208034154847b4baae15268413eaeb14df.tar.gz hdf5-af209f208034154847b4baae15268413eaeb14df.tar.bz2 |
Initial changes for HDF5 1.14.1 release (#2900)
Generate release files with autogen.sh, autoconf 2.71 and automake 1.16.2.
Update version to HDF5 1.14.1 for release branch version. Update configure.ac for release: switch configure default to production mode, disable maintainer mode
Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h index 185deb0..7169565 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -87,11 +87,11 @@ /** * For pre-releases like \c snap0. Empty string for official releases. */ -#define H5_VERS_SUBRELEASE "1" +#define H5_VERS_SUBRELEASE "" /** * Full version string */ -#define H5_VERS_INFO "HDF5 library version: 1.14.1-1" +#define H5_VERS_INFO "HDF5 library version: 1.14.1" #define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE) |