summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2017-11-23 02:39:26 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2017-11-23 02:39:26 (GMT)
commitbda9c3ce295a33dbbd8a31b7c1d6f6474ea1d338 (patch)
treeb913dd6958e94873e1ab1f1c32448c286d32aee4 /src/H5public.h
parentb984fb31335102eaf61b95419793664d9ff9f9de (diff)
parenta4344a3cab791ff5db26629d2e2f96eae0325368 (diff)
downloadhdf5-bda9c3ce295a33dbbd8a31b7c1d6f6474ea1d338.zip
hdf5-bda9c3ce295a33dbbd8a31b7c1d6f6474ea1d338.tar.gz
hdf5-bda9c3ce295a33dbbd8a31b7c1d6f6474ea1d338.tar.bz2
Merge pull request #797 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_20 to hdf5_1_8_20
* commit 'a4344a3cab791ff5db26629d2e2f96eae0325368': Restore line 1154: C2Cppfunction_map.mht to HTML_EXTRA_FILES. Update version for 1.8.20 release.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 6336b5a..ba98cf2 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -93,9 +93,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 8 /* For minor interface/format changes */
#define H5_VERS_RELEASE 20 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "pre2" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.20-pre2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.20" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)