summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-01-28 21:39:58 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-01-28 21:39:58 (GMT)
commitc51aa323fcda89b1f116cdd2c28a8ce0a229e29a (patch)
treed7d6ee16a3df998e8b81ecb9acbd0a48bea596b5 /src
parentc627ab6a8a2067822789b69071d95b89363a052c (diff)
downloadhdf5-hdf5-1_12_0-initial.zip
hdf5-hdf5-1_12_0-initial.tar.gz
hdf5-hdf5-1_12_0-initial.tar.bz2
Update version to 1.12.0-beta on new release branch hdf5_1_12_0.hdf5-1_12_0-initial
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 43f0203..fbcb37d 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 "alpha1" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "beta" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.12.0-alpha1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.12.0-beta" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)