summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-08-21 19:26:31 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-08-21 19:26:31 (GMT)
commit4df44aafaf8572814e705d0f259da2c0d081aae4 (patch)
tree360640fa2d3932a1e03a20ead30644f6c563418b /src
parentf9486b531fe603aa141aa0546cdf09247b86120a (diff)
downloadhdf5-4df44aafaf8572814e705d0f259da2c0d081aae4.zip
hdf5-4df44aafaf8572814e705d0f259da2c0d081aae4.tar.gz
hdf5-4df44aafaf8572814e705d0f259da2c0d081aae4.tar.bz2
[svn-r24049] Bring revisions #23988 - 24002 from trunk to revise_chunks.
h5committested.
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 9af8296..5087a8c 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 161 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 162 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "FA_a5" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.9.161-FA_a5" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.162-FA_a5" /* 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 033180a..f5d89b0 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -525,7 +525,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 = 151
+LT_VERS_REVISION = 152
LT_VERS_AGE = 0
H5detect_CFLAGS = -g $(AM_CFLAGS)