summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2013-11-25 03:31:26 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2013-11-25 03:31:26 (GMT)
commitbc09cdc302c2c2a8f38c61e97bd3f22268646b3f (patch)
tree15dd0333f97f055f1fa810f6656f319b110294e0 /src
parent200e48e08cb1d98c0d745252302eb11b4a4341eb (diff)
downloadhdf5-bc09cdc302c2c2a8f38c61e97bd3f22268646b3f.zip
hdf5-bc09cdc302c2c2a8f38c61e97bd3f22268646b3f.tar.gz
hdf5-bc09cdc302c2c2a8f38c61e97bd3f22268646b3f.tar.bz2
[svn-r24465] Snapshot version 1.9 release 169
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
-rw-r--r--src/Makefile.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index c7821d0..0138d01 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -75,10 +75,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 9 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 169 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 170 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.9.169" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.170" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)
diff --git a/src/Makefile.in b/src/Makefile.in
index 61fe8f0..9032f02 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -520,7 +520,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 = 159
+LT_VERS_REVISION = 160
LT_VERS_AGE = 0
# Our main target, the HDF5 library