summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-04-04 02:28:07 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-04-04 02:28:07 (GMT)
commite9e713869c2a59477e77faf0aa3f7545e9858e06 (patch)
tree4da366510f0f57114cf5edc4cb60e7b6ccee9727 /hl
parent09a7dad09917e9f4d239ac234688f469528c1066 (diff)
downloadhdf5-e9e713869c2a59477e77faf0aa3f7545e9858e06.zip
hdf5-e9e713869c2a59477e77faf0aa3f7545e9858e06.tar.gz
hdf5-e9e713869c2a59477e77faf0aa3f7545e9858e06.tar.bz2
[svn-r20405] Description:
Bump patch release number, after giving out private snapshots.
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 5e31fcf..fb36b37 100644
--- a/hl/c++/src/Makefile.in
+++ b/hl/c++/src/Makefile.in
@@ -395,7 +395,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 = 70
+LT_VERS_REVISION = 71
LT_VERS_AGE = 0
# Include src directory
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index 7f8a35f..1c4a084 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -404,7 +404,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 = 70
+LT_VERS_REVISION = 71
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 2e04858..c6a0324 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -395,7 +395,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 = 70
+LT_VERS_REVISION = 71
LT_VERS_AGE = 0
# This library is our main target.