summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2011-04-20 16:41:42 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2011-04-20 16:41:42 (GMT)
commit2065dc05ccd3886bcf3cc964c5dd0961874d74dd (patch)
tree8e29c5533b3cf5b4fda705f48dbbdbce8bfdf314 /hl
parent4f17c3c59197ac215880ad168b040bec6b48092b (diff)
downloadhdf5-2065dc05ccd3886bcf3cc964c5dd0961874d74dd.zip
hdf5-2065dc05ccd3886bcf3cc964c5dd0961874d74dd.tar.gz
hdf5-2065dc05ccd3886bcf3cc964c5dd0961874d74dd.tar.bz2
[svn-r20565] Update 1.8 branch version to 1.8.8-snap0
Diffstat (limited to 'hl')
-rw-r--r--hl/c++/src/Makefile.in2
-rw-r--r--hl/fortran/src/Makefile.in2
-rw-r--r--hl/src/Makefile.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in
index 28db071..0a23ecf 100644
--- a/hl/c++/src/Makefile.in
+++ b/hl/c++/src/Makefile.in
@@ -419,7 +419,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 5
+LT_VERS_REVISION = 6
LT_VERS_AGE = 0
# Include src directory
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index 1609006..d8b3cf1 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -434,7 +434,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 5
+LT_VERS_REVISION = 6
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 142f072..321e7ae 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -418,7 +418,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 5
+LT_VERS_REVISION = 6
LT_VERS_AGE = 0
# This library is our main target.