summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2015-10-08 21:47:38 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2015-10-08 21:47:38 (GMT)
commit129c8840ae740afeab1013727614a76990c828ff (patch)
treefac0f6dc316e56d77ce95ff577bf0923eaff7e51 /src/H5public.h
parent038d87f21da9d3643adc04e229aedff9f431c4de (diff)
downloadhdf5-129c8840ae740afeab1013727614a76990c828ff.zip
hdf5-129c8840ae740afeab1013727614a76990c828ff.tar.gz
hdf5-129c8840ae740afeab1013727614a76990c828ff.tar.bz2
[svn-r28012] Reset version after creating hdf5_1_8_16 branch.
Removed "changes from 1.8.15" from RELEASE.txt for HDF5 1.8.17 release.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5public.h b/src/H5public.h
index d1ac819..f5da58f 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -94,10 +94,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 8 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 16 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap18" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 17 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.16-snap18" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.17-snap0" /* Full version string */
#define H5check() H5check_version(LT_VERS_INTERFACE, LT_VERS_REVISION, \
LT_VERS_AGE)
@@ -114,9 +114,9 @@ extern "C" {
(H5_VERS_MAJOR<Maj))
/* LT Version numbers */
-#define LT_VERS_INTERFACE 10
-#define LT_VERS_REVISION 1
-#define LT_VERS_AGE 0
+#define LT_VERS_INTERFACE 11
+#define LT_VERS_REVISION 0
+#define LT_VERS_AGE 1
/*
* Status return values. Failed integer functions in HDF5 result almost