diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-06-18 16:58:08 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-06-18 16:58:08 (GMT) |
commit | 3c3a1388df917a17e863a59675e2d4ba4606af15 (patch) | |
tree | 3ac9c3260c89124d1fc907cc89191c2b96937f1b /config | |
parent | 5f840fac789821f1b6acf951725b148971b8ae18 (diff) | |
download | hdf5-3c3a1388df917a17e863a59675e2d4ba4606af15.zip hdf5-3c3a1388df917a17e863a59675e2d4ba4606af15.tar.gz hdf5-3c3a1388df917a17e863a59675e2d4ba4606af15.tar.bz2 |
[svn-r15231] Description:
Merge revisions 14525:14700 from trunk into metadata journaling branch
Tested on:
FreeBSD/32 6.2 (duty) in debug mode
FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Mac OS X/32 10.5.2 (amazon) in debug mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'config')
-rw-r--r-- | config/lt_vers.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index e47c16e..f824437 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -17,7 +17,7 @@ # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 5 -LT_VERS_REVISION = 0 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 ## If the API changes *at all*, increment LT_VERS_INTERFACE and |