[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:
Mike McGreevy 2008-01-28 16:04:18 -05:00
parent 7ec36c4a3d
commit 61bd459731
3 changed files with 7 additions and 7 deletions

View File

@ -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
View File

@ -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.
#

View File

@ -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