summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2011-10-21 15:55:40 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2011-10-21 15:55:40 (GMT)
commite52623c9fecf053f211e72f94af1c43df914f199 (patch)
tree0bec80b2dcb013f36361e7fbf5819cc9c68fd55d /hl
parent15fc1f3a72b3926248b9f9680ab0a997dd64d419 (diff)
downloadhdf5-e52623c9fecf053f211e72f94af1c43df914f199.zip
hdf5-e52623c9fecf053f211e72f94af1c43df914f199.tar.gz
hdf5-e52623c9fecf053f211e72f94af1c43df914f199.tar.bz2
[svn-r21638] Update 1.8 branch version to 1.8.9-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 e46f1c9..985a903 100644
--- a/hl/c++/src/Makefile.in
+++ b/hl/c++/src/Makefile.in
@@ -421,7 +421,7 @@ 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 = 2
+LT_VERS_REVISION = 3
LT_VERS_AGE = 0
# Include src directory
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index d30bb54..bf3ece2 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -436,7 +436,7 @@ 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 = 2
+LT_VERS_REVISION = 3
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 413087d..a35c2b4 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -420,7 +420,7 @@ 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 = 2
+LT_VERS_REVISION = 3
LT_VERS_AGE = 0
# This library is our main target.