diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2009-04-08 18:58:48 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2009-04-08 18:58:48 (GMT) |
commit | 90bcab507221dfd7837d6f7cb66024550fff215b (patch) | |
tree | 954d4ff313f77632f108fbe3d3990857a12aa208 /src/Makefile.in | |
parent | 559c385efc865ba839f6bb315e3cf213bba7fdf1 (diff) | |
download | hdf5-90bcab507221dfd7837d6f7cb66024550fff215b.zip hdf5-90bcab507221dfd7837d6f7cb66024550fff215b.tar.gz hdf5-90bcab507221dfd7837d6f7cb66024550fff215b.tar.bz2 |
[svn-r16704] Snapshot version 1.9 release 37
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 efd73e5..9dc8180 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 = 27 +LT_VERS_REVISION = 28 LT_VERS_AGE = 0 H5detect_CFLAGS = -g |