summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c++/src/Makefile.in4
-rw-r--r--config/lt_vers.am4
-rwxr-xr-xconfigure2
-rw-r--r--fortran/src/Makefile.in4
-rw-r--r--hl/c++/src/Makefile.in4
-rw-r--r--hl/fortran/src/Makefile.in4
-rw-r--r--hl/src/Makefile.in4
-rw-r--r--src/Makefile.in4
8 files changed, 15 insertions, 15 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index 841c864..d9fa6e3 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -466,8 +466,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
-LT_VERS_INTERFACE = 7
-LT_VERS_REVISION = 6
+LT_VERS_INTERFACE = 8
+LT_VERS_REVISION = 1
LT_VERS_AGE = 0
# Include src directory
diff --git a/config/lt_vers.am b/config/lt_vers.am
index 4b5c1cd..d58e661 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 = 7
-LT_VERS_REVISION = 6
+LT_VERS_INTERFACE = 8
+LT_VERS_REVISION = 1
LT_VERS_AGE = 0
## If the API changes *at all*, increment LT_VERS_INTERFACE and
diff --git a/configure b/configure
index 8b391b4..c5a587b 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Id: configure.ac 23628 2013-04-25 18:09:07Z byrn .
+# From configure.ac Id: configure.ac 23670 2013-05-06 00:31:40Z hdftest .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for HDF5 1.8.12-snap3.
#
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index c169c8d..aa666cd 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -517,8 +517,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
-LT_VERS_INTERFACE = 7
-LT_VERS_REVISION = 6
+LT_VERS_INTERFACE = 8
+LT_VERS_REVISION = 1
LT_VERS_AGE = 0
# Include src directory in both Fortran and C flags (C compiler is used
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in
index f906bf3..5aad7a6 100644
--- a/hl/c++/src/Makefile.in
+++ b/hl/c++/src/Makefile.in
@@ -457,8 +457,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
-LT_VERS_INTERFACE = 7
-LT_VERS_REVISION = 6
+LT_VERS_INTERFACE = 8
+LT_VERS_REVISION = 1
LT_VERS_AGE = 0
# Include src directory
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index b2d04aa..9f3c8d4 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -473,8 +473,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
-LT_VERS_INTERFACE = 7
-LT_VERS_REVISION = 6
+LT_VERS_INTERFACE = 8
+LT_VERS_REVISION = 1
LT_VERS_AGE = 0
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -I$(top_builddir)/hl/src \
-I$(top_srcdir)/fortran/src -I$(top_builddir)/fortran/src
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in
index d3e297e..cc1135f 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -456,8 +456,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
-LT_VERS_INTERFACE = 7
-LT_VERS_REVISION = 6
+LT_VERS_INTERFACE = 8
+LT_VERS_REVISION = 1
LT_VERS_AGE = 0
# This library is our main target.
diff --git a/src/Makefile.in b/src/Makefile.in
index 6b6b36d..5518623 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -516,8 +516,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
-LT_VERS_INTERFACE = 7
-LT_VERS_REVISION = 6
+LT_VERS_INTERFACE = 8
+LT_VERS_REVISION = 1
LT_VERS_AGE = 0
H5detect_CFLAGS = -g $(AM_CFLAGS)