summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2014-04-14 12:20:06 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2014-04-14 12:20:06 (GMT)
commit2530ede1c69c4da772414ecf0304b938f3d9cb53 (patch)
treeda860bdb0ace906e849f9f41f0a7b442a01d9fdd /hl
parent3b00476853e970e2e9b49e43cfa1069bad6194fe (diff)
downloadhdf5-2530ede1c69c4da772414ecf0304b938f3d9cb53.zip
hdf5-2530ede1c69c4da772414ecf0304b938f3d9cb53.tar.gz
hdf5-2530ede1c69c4da772414ecf0304b938f3d9cb53.tar.bz2
[svn-r25036] Maintenance before creating 1_8_13 branch: changed version number to 1.8.14-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 cef0f35..343edea 100644
--- a/hl/c++/src/Makefile.in
+++ b/hl/c++/src/Makefile.in
@@ -675,7 +675,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 8
-LT_VERS_REVISION = 2
+LT_VERS_REVISION = 3
LT_VERS_AGE = 0
# This is our main target
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index ec9225c..5dab193 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -690,7 +690,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 8
-LT_VERS_REVISION = 2
+LT_VERS_REVISION = 3
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 912a1c9..2549b11 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -671,7 +671,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 8
-LT_VERS_REVISION = 2
+LT_VERS_REVISION = 3
LT_VERS_AGE = 0
# This library is our main target.