summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-10-27 19:17:13 (GMT)
committerlrknox <lrknox>2016-10-27 19:17:13 (GMT)
commitaf2c0aba7ac98f82db60fc1476e27315075bc6a8 (patch)
treeae9d46d96ae63f3a3b2119a79db051b9087d9266 /src
parent9c319125b1ec0e7c7b7e1e03575bedc1f54ff66c (diff)
downloadhdf5-af2c0aba7ac98f82db60fc1476e27315075bc6a8.zip
hdf5-af2c0aba7ac98f82db60fc1476e27315075bc6a8.tar.gz
hdf5-af2c0aba7ac98f82db60fc1476e27315075bc6a8.tar.bz2
Updated release preparation branch version number to 1.8.18-pre1
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 ee5ccb9..e20af1d 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 "snap2" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "pre1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.18-snap2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.18-pre1" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)