diff options
author | lrknox <lrknox> | 2016-10-27 18:04:47 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2016-10-27 18:04:47 (GMT) |
commit | a9904073c5996c1733d7151d9bdbd9daa9d23503 (patch) | |
tree | 220f09bdb41e54cf201260910d6af9816f7ad441 /src/H5public.h | |
parent | 9c319125b1ec0e7c7b7e1e03575bedc1f54ff66c (diff) | |
download | hdf5-a9904073c5996c1733d7151d9bdbd9daa9d23503.zip hdf5-a9904073c5996c1733d7151d9bdbd9daa9d23503.tar.gz hdf5-a9904073c5996c1733d7151d9bdbd9daa9d23503.tar.bz2 |
Updated support branch version number to 1.8.19-snap0
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h index ee5ccb9..2926cd4 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 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_RELEASE 19 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_SUBRELEASE "snap0" /* 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.19-snap0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |