summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2015-11-22 09:35:27 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2015-11-22 09:35:27 (GMT)
commitd486b52cf30c242f097956570f5c767c4793e179 (patch)
tree1792277a72805695b1c3ec68d097a65f09bb7aed /src
parent29c4d0bb24256b27550f6cd193e82d4dbd65df64 (diff)
downloadhdf5-d486b52cf30c242f097956570f5c767c4793e179.zip
hdf5-d486b52cf30c242f097956570f5c767c4793e179.tar.gz
hdf5-d486b52cf30c242f097956570f5c767c4793e179.tar.bz2
[svn-r28438] Snapshot version 1.8 release 17 (snap6)
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
-rw-r--r--src/Makefile.in14
2 files changed, 9 insertions, 9 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 832a666..446a04d 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -95,9 +95,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 8 /* For minor interface/format changes */
#define H5_VERS_RELEASE 17 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap6" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap7" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.17-snap6" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.17-snap7" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)
diff --git a/src/Makefile.in b/src/Makefile.in
index 65eaf02..979f4a6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -719,25 +719,25 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
LT_VERS_INTERFACE = 11
-LT_VERS_REVISION = 0
+LT_VERS_REVISION = 1
LT_VERS_AGE = 1
LT_CXX_VERS_INTERFACE = 11
-LT_CXX_VERS_REVISION = 0
+LT_CXX_VERS_REVISION = 1
LT_CXX_VERS_AGE = 0
LT_F_VERS_INTERFACE = 10
-LT_F_VERS_REVISION = 2
+LT_F_VERS_REVISION = 3
LT_F_VERS_AGE = 0
LT_HL_VERS_INTERFACE = 10
-LT_HL_VERS_REVISION = 2
+LT_HL_VERS_REVISION = 3
LT_HL_VERS_AGE = 0
LT_HL_CXX_VERS_INTERFACE = 10
-LT_HL_CXX_VERS_REVISION = 2
+LT_HL_CXX_VERS_REVISION = 3
LT_HL_CXX_VERS_AGE = 0
LT_HL_F_VERS_INTERFACE = 10
-LT_HL_F_VERS_REVISION = 2
+LT_HL_F_VERS_REVISION = 3
LT_HL_F_VERS_AGE = 0
LT_TOOLS_VERS_INTERFACE = 10
-LT_TOOLS_VERS_REVISION = 2
+LT_TOOLS_VERS_REVISION = 3
LT_TOOLS_VERS_AGE = 0
# Our main target, the HDF5 library