summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-10-21 20:50:44 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-10-21 20:50:44 (GMT)
commit2c9362c53046f39ec14cd7b14404c13427d7abd5 (patch)
tree01002ef4779e56a1519739bde0dfca4c9a47d3fe /src/H5public.h
parentfcb10fc1bf59f4ebc5db1579a96eb8afc766eaf4 (diff)
downloadhdf5-2c9362c53046f39ec14cd7b14404c13427d7abd5.zip
hdf5-2c9362c53046f39ec14cd7b14404c13427d7abd5.tar.gz
hdf5-2c9362c53046f39ec14cd7b14404c13427d7abd5.tar.bz2
Update RELEASE.txt and add HISTORY-1_10_0-1_12_0.txt file.
Set version to 1.12.0-alpha0 for snapshot release.
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 ce108f9..c151ead 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 "" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "alpha0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.12.0" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.12.0-alpha0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)