summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorhdftest <hdftest@hdfgroup.org>2020-07-19 04:19:33 (GMT)
committerhdftest <hdftest@hdfgroup.org>2020-07-19 04:19:33 (GMT)
commite5b104245022e59669c283e46470b5571db7bdad (patch)
treeac62d69a9f7d2b86b5c9952705bc1dcbce8e2abc /src/H5public.h
parent4f439ff231b280ba94859ab2322a0c4a1dc5a1e9 (diff)
downloadhdf5-e5b104245022e59669c283e46470b5571db7bdad.zip
hdf5-e5b104245022e59669c283e46470b5571db7bdad.tar.gz
hdf5-e5b104245022e59669c283e46470b5571db7bdad.tar.bz2
Snapshot version 1.12.1-1
Update version to 1.12.1-2
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 23fc94e..8cb7b5b 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -97,9 +97,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 12 /* For minor interface/format changes */
#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "1" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "2" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.12.1-1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.12.1-2" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)