summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/H5public.h12
-rw-r--r--src/Makefile.in6
2 files changed, 9 insertions, 9 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
diff --git a/src/Makefile.in b/src/Makefile.in
index 63a93b4..fdbbc8e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -718,9 +718,9 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
-LT_VERS_INTERFACE = 10
-LT_VERS_REVISION = 1
-LT_VERS_AGE = 0
+LT_VERS_INTERFACE = 11
+LT_VERS_REVISION = 0
+LT_VERS_AGE = 1
# Our main target, the HDF5 library
lib_LTLIBRARIES = libhdf5.la