summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2015-09-14 00:43:47 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2015-09-14 00:43:47 (GMT)
commitf16361d5f1dc70c344d8143270aa4aeaa867f244 (patch)
tree5c5713461a813f8a27d6688dd4b520e67cdf1259 /src
parent1ac1dfb40fc603fdb5448a64eb46786f7c621185 (diff)
downloadhdf5-f16361d5f1dc70c344d8143270aa4aeaa867f244.zip
hdf5-f16361d5f1dc70c344d8143270aa4aeaa867f244.tar.gz
hdf5-f16361d5f1dc70c344d8143270aa4aeaa867f244.tar.bz2
[svn-r27767] Snapshot version 1.9 release 231
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 816e50a..e1fdd9e 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -94,10 +94,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 231 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 232 /* 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.231" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.232" /* 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 0ee50a8..7cf8ec3 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -742,7 +742,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 221
+LT_VERS_REVISION = 222
LT_VERS_AGE = 0
# Our main target, the HDF5 library