summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-05-18 04:29:51 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2021-05-18 04:29:51 (GMT)
commited86f4aaf48541dc911fc82a31ea8818acd45d31 (patch)
treec6bd6aded724b1b463929254c2c520032e82712d /src
parent6b870bb9623ffa551b66a1476ae2296abed11a65 (diff)
downloadhdf5-ed86f4aaf48541dc911fc82a31ea8818acd45d31.zip
hdf5-ed86f4aaf48541dc911fc82a31ea8818acd45d31.tar.gz
hdf5-ed86f4aaf48541dc911fc82a31ea8818acd45d31.tar.bz2
Update version to 1.12.2-1.
Update so numbers according to compatibility rules for 1.12.1 release.
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 6238705..22aca3c 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -103,15 +103,15 @@ extern "C" {
/**
* For tweaks, bug-fixes, or development
*/
-#define H5_VERS_RELEASE 1
+#define H5_VERS_RELEASE 2
/**
* For pre-releases like \c snap0. Empty string for official releases.
*/
-#define H5_VERS_SUBRELEASE "4"
+#define H5_VERS_SUBRELEASE "1"
/**
* Full version string
*/
-#define H5_VERS_INFO "HDF5 library version: 1.12.1-4"
+#define H5_VERS_INFO "HDF5 library version: 1.12.2-1"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)