diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2015-04-07 19:16:56 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2015-04-07 19:16:56 (GMT) |
commit | dbf0eb2c5b5bbd3b516e0d3c85d77815c29e2d20 (patch) | |
tree | 66ba7ec0ef14d60fc529db5e7afe49260e21f5c4 | |
parent | 984f459ff403034b7abe5c9f0f46ed8ea45e23a8 (diff) | |
download | hdf5-dbf0eb2c5b5bbd3b516e0d3c85d77815c29e2d20.zip hdf5-dbf0eb2c5b5bbd3b516e0d3c85d77815c29e2d20.tar.gz hdf5-dbf0eb2c5b5bbd3b516e0d3c85d77815c29e2d20.tar.bz2 |
[svn-r26758] Maintenance: Updated LT_VERS_INTERFACE to 10 and LT_VERS_REVISION to 1 and ran reconfigure.
-rw-r--r-- | c++/src/Makefile.in | 4 | ||||
-rw-r--r-- | config/lt_vers.am | 4 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | fortran/src/Makefile.in | 4 | ||||
-rw-r--r-- | hl/c++/src/Makefile.in | 4 | ||||
-rw-r--r-- | hl/fortran/src/Makefile.in | 4 | ||||
-rw-r--r-- | hl/src/Makefile.in | 4 | ||||
-rw-r--r-- | src/Makefile.in | 4 |
8 files changed, 15 insertions, 15 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index 04f87bb..c4ebc2f 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -669,8 +669,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # See libtool versioning documentation online. # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. -LT_VERS_INTERFACE = 9 -LT_VERS_REVISION = 2 +LT_VERS_INTERFACE = 10 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 # This is our main target diff --git a/config/lt_vers.am b/config/lt_vers.am index 23e3b4f..a03f944 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -18,8 +18,8 @@ # See libtool versioning documentation online. # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. -LT_VERS_INTERFACE = 9 -LT_VERS_REVISION = 2 +LT_VERS_INTERFACE = 10 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 ## If the API changes *at all*, increment LT_VERS_INTERFACE and @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: configure.ac 26728 2015-04-04 15:27:14Z lrknox . +# From configure.ac Id: configure.ac 26754 2015-04-07 18:56:29Z epourmal . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for HDF5 1.8.16-snap0. # diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index b4911a6..cebd9fb 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -723,8 +723,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # See libtool versioning documentation online. # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. -LT_VERS_INTERFACE = 9 -LT_VERS_REVISION = 2 +LT_VERS_INTERFACE = 10 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 AM_FCLIBS = $(LIBHDF5) diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in index ce3a679..8d72649 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -661,8 +661,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # See libtool versioning documentation online. # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. -LT_VERS_INTERFACE = 9 -LT_VERS_REVISION = 2 +LT_VERS_INTERFACE = 10 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 # This is our main target diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index fa3a435..1e67d6c 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -679,8 +679,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # See libtool versioning documentation online. # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. -LT_VERS_INTERFACE = 9 -LT_VERS_REVISION = 2 +LT_VERS_INTERFACE = 10 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 # Our main target, the high-level fortran library diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index 34e254e..0610e7e 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -660,8 +660,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # See libtool versioning documentation online. # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. -LT_VERS_INTERFACE = 9 -LT_VERS_REVISION = 2 +LT_VERS_INTERFACE = 10 +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 2588633..63a93b4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -718,8 +718,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # See libtool versioning documentation online. # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. -LT_VERS_INTERFACE = 9 -LT_VERS_REVISION = 2 +LT_VERS_INTERFACE = 10 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 # Our main target, the HDF5 library |