mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r14463] Purpose: Updating shared library version number for 1.8.0 release.
Description: config/lt_vers.am was updated as follows due to changes in API since last version update: LT_VERS_INTERFACE = 5 LT_VERS_REVISION = 0 LT_VERS_AGE = 0 Tested: kagiso
This commit is contained in:
parent
7ec36c4a3d
commit
61bd459731
@ -16,9 +16,9 @@
|
||||
##
|
||||
# Add libtool shared library version numbers to the HDF5 library
|
||||
# See libtool versioning documentation online.
|
||||
LT_VERS_INTERFACE = 4
|
||||
LT_VERS_REVISION = 4
|
||||
LT_VERS_AGE = 3
|
||||
LT_VERS_INTERFACE = 5
|
||||
LT_VERS_REVISION = 0
|
||||
LT_VERS_AGE = 0
|
||||
|
||||
## If the API changes *at all*, increment LT_VERS_INTERFACE and
|
||||
## reset LT_VERS_REVISION to 0.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in 14448 2008-01-21 18:15:43Z epourmal .
|
||||
# From configure.in Id: configure.in 14460 2008-01-27 17:41:14Z epourmal .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for HDF5 1.8.0-rc3.
|
||||
#
|
||||
|
@ -382,9 +382,9 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
|
||||
|
||||
# Add libtool shared library version numbers to the HDF5 library
|
||||
# See libtool versioning documentation online.
|
||||
LT_VERS_INTERFACE = 4
|
||||
LT_VERS_REVISION = 4
|
||||
LT_VERS_AGE = 3
|
||||
LT_VERS_INTERFACE = 5
|
||||
LT_VERS_REVISION = 0
|
||||
LT_VERS_AGE = 0
|
||||
H5detect_CFLAGS = -g
|
||||
|
||||
# Our main target, the HDF5 library
|
||||
|
Loading…
x
Reference in New Issue
Block a user