diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-12-25 14:56:40 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-12-25 14:56:40 (GMT) |
commit | c5140decc3985107a171f8a812499797ca6cff74 (patch) | |
tree | 6f5b63310ecd1becf8dd8c55891c675ecc5c5f18 /hl | |
parent | 63f8f1ec6671717c7c11f07c808153716a379bc6 (diff) | |
download | hdf5-c5140decc3985107a171f8a812499797ca6cff74.zip hdf5-c5140decc3985107a171f8a812499797ca6cff74.tar.gz hdf5-c5140decc3985107a171f8a812499797ca6cff74.tar.bz2 |
[svn-r21850] Snapshot version 1.9 release 103
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 fdbc983..4b9bc5f 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 = 93 +LT_VERS_REVISION = 94 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 5ca2983..3207510 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 = 93 +LT_VERS_REVISION = 94 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 80c5e8f..cd63474 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 = 93 +LT_VERS_REVISION = 94 LT_VERS_AGE = 0 # This library is our main target. |