diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2012-04-08 14:40:16 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2012-04-08 14:40:16 (GMT) |
commit | e6d35a86f379d51292e8218cc2f84f0227691210 (patch) | |
tree | 3815b1a1d0fe97d4f2a8c06672eca75a05cddf5c /hl | |
parent | fad31396844febb86b01271c2503f42023bcf14a (diff) | |
download | hdf5-e6d35a86f379d51292e8218cc2f84f0227691210.zip hdf5-e6d35a86f379d51292e8218cc2f84f0227691210.tar.gz hdf5-e6d35a86f379d51292e8218cc2f84f0227691210.tar.bz2 |
[svn-r22257] Snapshot version 1.9 release 113
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 af3203d..9efbd24 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 = 103 +LT_VERS_REVISION = 104 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index e9ec78f..afefdc7 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 = 103 +LT_VERS_REVISION = 104 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 4519dc8..f4875bd 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 = 103 +LT_VERS_REVISION = 104 LT_VERS_AGE = 0 # This library is our main target. |