diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2009-06-01 18:50:44 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2009-06-01 18:50:44 (GMT) |
commit | 126dae2440467e5e2f5a182a5a9424ab357d8992 (patch) | |
tree | cc6517f4488fa326199a31e0a4d45d8042041603 /fortran | |
parent | 358f18543f999e4ffbe85b04789f0ac9b35d808c (diff) | |
download | hdf5-126dae2440467e5e2f5a182a5a9424ab357d8992.zip hdf5-126dae2440467e5e2f5a182a5a9424ab357d8992.tar.gz hdf5-126dae2440467e5e2f5a182a5a9424ab357d8992.tar.bz2 |
[svn-r16995] Snapshot version 1.9 release 39
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 5b80fa0..fa2d8b6 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 = 29 +LT_VERS_REVISION = 30 LT_VERS_AGE = 0 # Include src directory in both Fortran and C flags (C compiler is used |