summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-12-12 22:42:47 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-12-12 22:42:47 (GMT)
commit4b569143f07b4cc32cb4c26fdf24d5ae6ae50172 (patch)
treecab6dff9703b401046c5e14bdff0cb98cfe08a6b /src/H5public.h
parent03185042b8712995342934f2a2a5ff74c6422c3c (diff)
downloadhdf5-4b569143f07b4cc32cb4c26fdf24d5ae6ae50172.zip
hdf5-4b569143f07b4cc32cb4c26fdf24d5ae6ae50172.tar.gz
hdf5-4b569143f07b4cc32cb4c26fdf24d5ae6ae50172.tar.bz2
Update version to 1.12.0-alpha1.
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 c151ead..8b3adce 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 0 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "alpha0" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "alpha1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.12.0-alpha0" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.12.0-alpha1" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)