diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2009-04-01 20:07:23 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2009-04-01 20:07:23 (GMT) |
commit | 539406de996e938ef46a083a12b728627d0c1977 (patch) | |
tree | c8c4a0daffe41f932540631b6bdabdb4d18de897 /src/Makefile.in | |
parent | f68caa19b22e6ddcd5885e5a33b9acfdd8006f31 (diff) | |
download | hdf5-539406de996e938ef46a083a12b728627d0c1977.zip hdf5-539406de996e938ef46a083a12b728627d0c1977.tar.gz hdf5-539406de996e938ef46a083a12b728627d0c1977.tar.bz2 |
[svn-r16650] Snapshot version 1.9 release 36
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 650f2bf..efd73e5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -409,7 +409,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 = 26 +LT_VERS_REVISION = 27 LT_VERS_AGE = 0 H5detect_CFLAGS = -g |