diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2015-10-08 21:47:38 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2015-10-08 21:47:38 (GMT) |
commit | 129c8840ae740afeab1013727614a76990c828ff (patch) | |
tree | fac0f6dc316e56d77ce95ff577bf0923eaff7e51 /c++/src | |
parent | 038d87f21da9d3643adc04e229aedff9f431c4de (diff) | |
download | hdf5-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 'c++/src')
-rw-r--r-- | c++/src/Makefile.in | 6 | ||||
-rw-r--r-- | c++/src/cpp_doc_config | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index 9a10306..2acaf12 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -670,9 +670,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 # This is our main target lib_LTLIBRARIES = libhdf5_cpp.la diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index 084467c..0fed952 100644 --- a/c++/src/cpp_doc_config +++ b/c++/src/cpp_doc_config @@ -38,7 +38,7 @@ PROJECT_NAME = "HDF5 C++ API" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "1.8.16-snap18 currently under development" +PROJECT_NUMBER = "1.8.17-snap0 currently under development" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a |