diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2012-04-29 14:36:52 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2012-04-29 14:36:52 (GMT) |
commit | 825a2ae17e423a2e8a6c353069750bf2b5d1d94e (patch) | |
tree | dbd932c4465ceb51f8b8eca3c66855abc0c62c6b /hl | |
parent | b1b8ff96bbd3c42c8b44550c7f6323240b02b223 (diff) | |
download | hdf5-825a2ae17e423a2e8a6c353069750bf2b5d1d94e.zip hdf5-825a2ae17e423a2e8a6c353069750bf2b5d1d94e.tar.gz hdf5-825a2ae17e423a2e8a6c353069750bf2b5d1d94e.tar.bz2 |
[svn-r22326] Snapshot version 1.9 release 116
Diffstat (limited to 'hl')
-rw-r--r-- | hl/c++/src/Makefile.in | 2 | ||||
-rw-r--r-- | hl/fortran/src/Makefile.in | 2 | ||||
-rw-r--r-- | hl/src/Makefile.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in index aa4753c..98f1542 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -421,7 +421,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 106 +LT_VERS_REVISION = 107 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 3a0e024..3e581dc 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -436,7 +436,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 106 +LT_VERS_REVISION = 107 LT_VERS_AGE = 0 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -I$(top_builddir)/hl/src \ -I$(top_srcdir)/fortran/src -I$(top_builddir)/fortran/src diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index 94861a0..963e2d8 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -420,7 +420,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 106 +LT_VERS_REVISION = 107 LT_VERS_AGE = 0 # This library is our main target. |