summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-11-11 21:30:37 (GMT)
committerlrknox <lrknox>2016-11-11 21:30:37 (GMT)
commitbf6e7c1b5e0408d642091a3bd1c06cfb3b1997c4 (patch)
treed7d4d07821a66ee0709a2a44c82498ba0bdecdc3 /src
parent36eb43f43c0f266ca9aa8061e4674ec1572d7e83 (diff)
downloadhdf5-bf6e7c1b5e0408d642091a3bd1c06cfb3b1997c4.zip
hdf5-bf6e7c1b5e0408d642091a3bd1c06cfb3b1997c4.tar.gz
hdf5-bf6e7c1b5e0408d642091a3bd1c06cfb3b1997c4.tar.bz2
Set version and commit release script changes for 1.8.18 release.
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 3369031..df25286 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -95,9 +95,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 18 /* 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.18-pre2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.18" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)