diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2009-07-06 15:42:14 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2009-07-06 15:42:14 (GMT) |
commit | 818e0698cc62d68fa7399d8a31c6f7899689ef4f (patch) | |
tree | 81dda97f631d3249f997bd13a0b4b8c0318cefa6 /fortran | |
parent | 1521b1dd1b00808da0f03f9b5e312100e8f83ee4 (diff) | |
download | hdf5-818e0698cc62d68fa7399d8a31c6f7899689ef4f.zip hdf5-818e0698cc62d68fa7399d8a31c6f7899689ef4f.tar.gz hdf5-818e0698cc62d68fa7399d8a31c6f7899689ef4f.tar.bz2 |
[svn-r17159] Snapshot version 1.9 release 43
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 5229ef2..72d327f 100644 --- a/fortran/src/Makefile.in +++ b/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 = 33 +LT_VERS_REVISION = 34 LT_VERS_AGE = 0 # Include src directory in both Fortran and C flags (C compiler is used |