diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2012-09-30 14:46:20 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2012-09-30 14:46:20 (GMT) |
commit | d4657ce265090740d62552877bb1533549df2996 (patch) | |
tree | f0ecc89f739242c5759120b250230218f7fd038e /hl/fortran | |
parent | 9c3f82fbd762af5711ce11e394fed4360156c5af (diff) | |
download | hdf5-d4657ce265090740d62552877bb1533549df2996.zip hdf5-d4657ce265090740d62552877bb1533549df2996.tar.gz hdf5-d4657ce265090740d62552877bb1533549df2996.tar.bz2 |
[svn-r22846] Snapshot version 1.9 release 131
Diffstat (limited to 'hl/fortran')
-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 63f3c9b..dfc3bc5 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -476,7 +476,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 = 121 +LT_VERS_REVISION = 122 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 |