diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2014-10-05 23:06:15 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2014-10-05 23:06:15 (GMT) |
commit | 6b2f27965b992992a97415c2c3fc6843a72177b2 (patch) | |
tree | c12aaec719487a27764ce853ac17f04051e213b3 /hl | |
parent | 6f2b6f8d07fc19f4807b9fe006a4af21382c1a93 (diff) | |
download | hdf5-6b2f27965b992992a97415c2c3fc6843a72177b2.zip hdf5-6b2f27965b992992a97415c2c3fc6843a72177b2.tar.gz hdf5-6b2f27965b992992a97415c2c3fc6843a72177b2.tar.bz2 |
[svn-r25669] Snapshot version 1.8 release 14 (snap18)
Diffstat (limited to 'hl')
-rw-r--r-- | hl/c++/src/Makefile.in | 4 | ||||
-rw-r--r-- | hl/fortran/src/Makefile.in | 4 | ||||
-rw-r--r-- | hl/src/Makefile.in | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in index 2049ad1..ec5bd63 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -672,8 +672,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 8 -LT_VERS_REVISION = 3 +LT_VERS_INTERFACE = 9 +LT_VERS_REVISION = 0 LT_VERS_AGE = 0 # This is our main target diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 9b273a6..545fe3f 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -687,8 +687,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 8 -LT_VERS_REVISION = 3 +LT_VERS_INTERFACE = 9 +LT_VERS_REVISION = 0 LT_VERS_AGE = 0 # Our main target, the high-level fortran library diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index f46b067..15b2be5 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -668,8 +668,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 8 -LT_VERS_REVISION = 3 +LT_VERS_INTERFACE = 9 +LT_VERS_REVISION = 0 LT_VERS_AGE = 0 # This library is our main target. |