summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-03-17 17:43:50 (GMT)
committerlrknox <lrknox>2017-03-17 17:43:50 (GMT)
commit12425a62a6666689fd4fe1e1a528127355793fe2 (patch)
treecae72d82675c76101108f9671ecec53b94fbfbe4 /src/H5public.h
parentf7711df680f2ccd07f23223deccb217440ec3788 (diff)
downloadhdf5-12425a62a6666689fd4fe1e1a528127355793fe2.zip
hdf5-12425a62a6666689fd4fe1e1a528127355793fe2.tar.gz
hdf5-12425a62a6666689fd4fe1e1a528127355793fe2.tar.bz2
set initial version for HDF5 1.10.1.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5public.h b/src/H5public.h
index f0eb63a..76be643 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -93,11 +93,11 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
-#define H5_VERS_MINOR 9 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 236 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
+#define H5_VERS_MINOR 10 /* For minor interface/format changes */
+#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "pre0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.9.236" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.1-pre0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)