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 /hl/fortran/src | |
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 'hl/fortran/src')
-rw-r--r-- | hl/fortran/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 8387e66..075b4d2 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -354,7 +354,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 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 |