diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2010-07-04 17:06:29 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2010-07-04 17:06:29 (GMT) |
commit | be5d63141038a46db28d1f3679de60d643f9e717 (patch) | |
tree | 009a685e0cb1970af7b49afca1be3986d76eabdb /hl | |
parent | 2f13382883e54af2d0584bb8b763ce6049d15826 (diff) | |
download | hdf5-be5d63141038a46db28d1f3679de60d643f9e717.zip hdf5-be5d63141038a46db28d1f3679de60d643f9e717.tar.gz hdf5-be5d63141038a46db28d1f3679de60d643f9e717.tar.bz2 |
[svn-r19047] Snapshot version 1.9 release 72
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 edec67b..325323a 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -380,7 +380,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 = 62 +LT_VERS_REVISION = 63 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index c98a0e3..bf1fe89 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -389,7 +389,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 = 62 +LT_VERS_REVISION = 63 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 398ce6e..e22494e 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -380,7 +380,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 = 62 +LT_VERS_REVISION = 63 LT_VERS_AGE = 0 # This library is our main target. |