summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-04-25 22:04:38 (GMT)
committerlrknox <lrknox>2017-04-25 22:04:38 (GMT)
commit4a425eabc70cf5236afc41c2e56d4a57cc7c536e (patch)
tree51a0d960e786289202f9f1c24f8a37b049500ca7 /src/H5public.h
parentce5637c6f17d8398b3db9d2fee704b1cee619996 (diff)
downloadhdf5-4a425eabc70cf5236afc41c2e56d4a57cc7c536e.zip
hdf5-4a425eabc70cf5236afc41c2e56d4a57cc7c536e.tar.gz
hdf5-4a425eabc70cf5236afc41c2e56d4a57cc7c536e.tar.bz2
Commit version change to 1.10.1 and changes to Makfile.ins and other
files generated by running autogen.sh.
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 8b9ac45..496d8ce 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -93,9 +93,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#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 "pre3" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.10.1-pre3" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.1" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)