summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2014-01-31 22:24:18 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2014-01-31 22:24:18 (GMT)
commit8965cfc5d1775508edabbd6cbb9b11a169e4a240 (patch)
tree15aaa154bb145d4fd94905ca7c882786d87a8fcd /src
parentfe496b6f34ad0ae03f1d2d3d0f71d4ee45be4fcc (diff)
downloadhdf5-8965cfc5d1775508edabbd6cbb9b11a169e4a240.zip
hdf5-8965cfc5d1775508edabbd6cbb9b11a169e4a240.tar.gz
hdf5-8965cfc5d1775508edabbd6cbb9b11a169e4a240.tar.bz2
[svn-r24673] Maintenance: Change version number and released 1.9.170-swmr_chksum3 tar ball.
Platforms tested: jam
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index f8ebfb3..1b9d4d9 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -76,9 +76,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 9 /* For minor interface/format changes */
#define H5_VERS_RELEASE 170 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "swmr_chksum2" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "swmr_chksum3" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.9.170-swmr_chksum2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.170-swmr_chksum3" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)