From 27ee3e76fa5fbd82fabd014067dd16a73bec3c2e Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 16 Jul 2008 10:28:39 -0500 Subject: [svn-r15375] Description: Bump shared library version # for change to H5G_info_t struct --- config/lt_vers.am | 4 ++-- configure | 2 +- src/Makefile.in | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/lt_vers.am b/config/lt_vers.am index fe3a5f9..bd1f01c 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -16,8 +16,8 @@ ## # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 5 -LT_VERS_REVISION = 11 +LT_VERS_INTERFACE = 6 +LT_VERS_REVISION = 0 LT_VERS_AGE = 0 ## If the API changes *at all*, increment LT_VERS_INTERFACE and diff --git a/configure b/configure index 0e09aa3..d7fff49 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 15322 2008-07-06 11:55:21Z hdftest . +# From configure.in Id: configure.in 15347 2008-07-13 12:00:00Z hdftest . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 1.9.10. # diff --git a/src/Makefile.in b/src/Makefile.in index 4f5a0f7..878380b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -402,8 +402,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 5 -LT_VERS_REVISION = 11 +LT_VERS_INTERFACE = 6 +LT_VERS_REVISION = 0 LT_VERS_AGE = 0 H5detect_CFLAGS = -g -- cgit v0.12