summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-09-20 17:16:20 (GMT)
committerGitHub <noreply@github.com>2023-09-20 17:16:20 (GMT)
commit7b67d8b40749c74ded1bb0012e1ed7202f5504c7 (patch)
tree43685da81a84acfa3265d2bb75450cff7a87855e /src/H5public.h
parent8c4d90e9ecdb4f939c4b036a4054d3ab6256b811 (diff)
downloadhdf5-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 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index d2c1f2e..e1feb61 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -142,11 +142,11 @@ extern "C" {
/**
* For pre-releases like \c snap0. Empty string for official releases.
*/
-#define H5_VERS_SUBRELEASE "1"
+#define H5_VERS_SUBRELEASE "2"
/**
* Full version string
*/
-#define H5_VERS_INFO "HDF5 library version: 1.10.11-1"
+#define H5_VERS_INFO "HDF5 library version: 1.10.11-2"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)